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