2 writes to _parsedUri
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\DocumentUri.cs (2)
27
=>
_parsedUri
= parsedUri;
46
_parsedUri
= _parsedUri.HasValue ? _parsedUri : ParseUri(UriString);
3 references to _parsedUri
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\DocumentUri.cs (3)
46
_parsedUri =
_parsedUri
.HasValue ?
_parsedUri
: ParseUri(UriString);
47
return
_parsedUri
.Value;