1 instantiation of UriPattern
ILCompiler.Compiler (1)
parent\parent\Common\Microsoft\SourceLink\Tools\SourceLinkMap.cs (1)
152new UriPattern(uriPrefix, uriSuffix));
3 references to UriPattern
ILCompiler.Compiler (3)
parent\parent\Common\Microsoft\SourceLink\Tools\SourceLinkMap.cs (3)
26public readonly struct Entry(FilePathPattern filePath, UriPattern uri) 29public readonly UriPattern Uri = uri; 31public void Deconstruct(out FilePathPattern filePath, out UriPattern uri)