3 references to isAcceptableSystemTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEModuleSymbol.cs (3)
489
Debug.Assert(
isAcceptableSystemTypeSymbol
(currentModuleResult));
501
if (
isAcceptableSystemTypeSymbol
(currResult))
524
Debug.Assert(
isAcceptableSystemTypeSymbol
(referencedAssemblyResult));