1 write to Name
Microsoft.CodeAnalysis.Features (1)
Debugging\DebugLocationInfo.cs (1)
17Name = name;
5 references to Name
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Debugging\LocationInfoGetterTests.cs (1)
33Assert.Equal(expectedName, locationInfo.Name);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (1)
13public readonly string Name => UnderlyingObject.Name;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (1)
16public readonly string Name => UnderlyingObject.Name;
Microsoft.CodeAnalysis.Features (1)
Debugging\DebugLocationInfo.cs (1)
22=> Name == null;
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
116return (debugLocationInfo.Name, debugLocationInfo.LineOffset);