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)
54public Uri? ParsedUri => _parsedUriLazy.Value;