6 references to Assembly
Microsoft.CodeAnalysis (1)
MetadataReader\ModuleExtensions.cs (1)
107
case MethodAttributes.
Assembly
:
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
516
case MethodAttributes.
Assembly
:
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
267
case MethodAttributes.
Assembly
: visibility = "assembly"; break;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
612
Case MethodAttributes.
Assembly
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBase.cs (1)
41
public bool IsAssembly => (Attributes & MethodAttributes.MemberAccessMask) == MethodAttributes.
Assembly
;
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
966
MethodAttributes.
Assembly
| MethodAttributes.HideBySig | MethodAttributes.SpecialName);