8 references to Module
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (1)
1031case AttributeLocation.Module:
Symbols\Source\AttributeLocation.cs (2)
58case AttributeLocation.Module: 138return AttributeLocation.Module;
Symbols\Source\SourceAssemblySymbol.cs (1)
2353return IsInteractive ? AttributeLocation.None : AttributeLocation.Assembly | AttributeLocation.Module;
Symbols\Source\SourceModuleSymbol.cs (2)
489get { return AttributeLocation.Module; } 496return ContainingAssembly.IsInteractive ? AttributeLocation.None : AttributeLocation.Assembly | AttributeLocation.Module;
Symbols\Symbol_Attributes.cs (2)
694targetOpt.Identifier.ToAttributeLocation() == AttributeLocation.Module) 727case AttributeLocation.Module: