1 write to Name
Microsoft.CodeAnalysis.Features (1)
Debugging\DebugLocationInfo.cs (1)
17Name = name;
6 references to Name
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Debugging\LocationInfoGetterTests.cs (1)
34Assert.Equal(expectedName, locationInfo.Name);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (1)
16public 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.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Debugging\LocationInfoGetterTests.vb (1)
31Assert.Equal(expectedName, locationInfo.Name)
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
111name = debugLocationInfo.Name;