File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44using Microsoft . CodeAnalysis ;
55using Microsoft . CodeAnalysis . Diagnostics ;
66using Microsoft . CodeAnalysis . Operations ;
7- using Robust . Shared . Analyzers ;
7+ using Robust . Shared . Analyzers . Implementation ;
88
99namespace Robust . Analyzers
1010{
Original file line number Diff line number Diff line change 11using System ;
22
3+ #if NETSTANDARD2_0
4+ namespace Robust . Shared . Analyzers . Implementation ;
5+ #else
36namespace Robust . Shared . Analyzers ;
7+ #endif
48
59[ AttributeUsage ( AttributeTargets . Class | AttributeTargets . Interface | AttributeTargets . Struct
610 | AttributeTargets . Field | AttributeTargets . Property | AttributeTargets . Method | AttributeTargets . Constructor ) ]
Original file line number Diff line number Diff line change 11using System ;
22
3+ #if NETSTANDARD2_0
4+ namespace Robust . Shared . Analyzers . Implementation ;
5+ #else
36namespace Robust . Shared . Analyzers ;
7+ #endif
48
59[ Flags ]
610public enum AccessPermissions : byte
You can’t perform that action at this time.
0 commit comments