Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.IsExtern
Implemented interface member:
property
IsExtern
Microsoft.CodeAnalysis.Symbols.ISymbolInternal.IsExtern
2 references to IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Metadata\MetadataTypeTests.cs (2)
94
Assert.False(class1.
IsExtern
);
194
Assert.False(type1.
IsExtern
);