2 references to CreateErrorNamespaceSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\CompilationAPITests.cs (2)
2769
var fakeIntType = compilation.CreateErrorTypeSymbol(compilation.
CreateErrorNamespaceSymbol
(compilation.GlobalNamespace, "System"), "Int32", arity: 0);
2959
var fakeIntType = compilation.CreateErrorTypeSymbol(compilation.
CreateErrorNamespaceSymbol
(compilation.GlobalNamespace, "System"), "Int32", arity: 0);