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); 47return _parsedUri.Value;