3 references to isAcceptableSystemTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEModuleSymbol.cs (3)
608
Debug.Assert(
isAcceptableSystemTypeSymbol
(currentModuleResult));
620
if (
isAcceptableSystemTypeSymbol
(currResult))
643
Debug.Assert(
isAcceptableSystemTypeSymbol
(referencedAssemblyResult));