Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.IsExtern
4 references to IsExtern
Microsoft.CodeAnalysis.CSharp (2)
Binder\ImportChain.cs (1)
107
Debug.Assert(!symbol.
IsExtern
);
Symbols\AliasSymbol.cs (1)
320
NamespaceOrTypeSymbol symbol = this.
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelGetSemanticInfoTests.cs (2)
11648
Assert.False(aliasInfo.
IsExtern
);
11682
Assert.False(aliasInfo.
IsExtern
);