5 references to Assembly
Microsoft.CodeAnalysis (1)
MetadataReader\ModuleExtensions.cs (1)
47
case FieldAttributes.
Assembly
:
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
538
case FieldAttributes.
Assembly
:
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
221
case FieldAttributes.
Assembly
: visibility = "assembly"; break;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
113
Case FieldAttributes.
Assembly
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldInfo.cs (1)
27
public bool IsAssembly => (Attributes & FieldAttributes.FieldAccessMask) == FieldAttributes.
Assembly
;