1 write to LocationNameOpt
Microsoft.CodeAnalysis.Features (1)
Debugging\BreakpointResolutionResult.cs (1)
20LocationNameOpt = locationNameOpt;
4 references to LocationNameOpt
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Debugging\NameResolverTests.cs (1)
27Assert.Equal(expectedNames, results.Select(r => r.LocationNameOpt));
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptBreakpointResolutionResultWrapper.cs (1)
19public string? LocationNameOpt => UnderlyingObject.LocationNameOpt;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpBreakpointResolutionResult.cs (1)
20public string? LocationNameOpt => UnderlyingObject.LocationNameOpt;
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
235return new VsDebugName(breakpoint.LocationNameOpt, filePath!, span);