3 references to isAcceptableSystemTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEModuleSymbol.cs (3)
616
Debug.Assert(
isAcceptableSystemTypeSymbol
(currentModuleResult));
628
if (
isAcceptableSystemTypeSymbol
(currResult))
651
Debug.Assert(
isAcceptableSystemTypeSymbol
(referencedAssemblyResult));