1 instantiation of MockSymUnmanagedScope
Roslyn.Test.PdbUtilities (1)
Reader\MethodDebugInfoBytes.cs (1)
56
var rootScope = new
MockSymUnmanagedScope
(ImmutableArray.Create<ISymUnmanagedScope>(childScope), default(ImmutableArray<ISymUnmanagedNamespace>));
2 references to MockSymUnmanagedScope
Roslyn.Test.PdbUtilities (2)
Reader\MethodDebugInfoBytes.cs (2)
55
var
childScope = new MockSymUnmanagedScope(default(ImmutableArray<ISymUnmanagedScope>), namespaces, constants);
56
var
rootScope = new MockSymUnmanagedScope(ImmutableArray.Create<ISymUnmanagedScope>(childScope), default(ImmutableArray<ISymUnmanagedNamespace>));