3 references to isAcceptableSystemTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEModuleSymbol.cs (3)
610
Debug.Assert(
isAcceptableSystemTypeSymbol
(currentModuleResult));
622
if (
isAcceptableSystemTypeSymbol
(currResult))
645
Debug.Assert(
isAcceptableSystemTypeSymbol
(referencedAssemblyResult));