2 writes to _parsedUriLazy
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\DocumentUri.cs (2)
30
_parsedUriLazy
= new(() => ParseUri(uriString));
36
_parsedUriLazy
= new(() => parsedUri);
1 reference to _parsedUriLazy
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\DocumentUri.cs (1)
54
public Uri? ParsedUri =>
_parsedUriLazy
.Value;