1 write to Location
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
45Location = location;
4 references to Location
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (3)
171tag.Location == InlineDiagnosticsLocations.PlacedAtEndOfCode 173: tag.Location == InlineDiagnosticsLocations.PlacedAtEndOfEditor ? TextView.ViewportRight - visualElement.DesiredSize.Width 174: throw ExceptionUtilities.UnexpectedValue(tag.Location));
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
129if (Location is InlineDiagnosticsLocations.PlacedAtEndOfEditor)