3 references to IsDefault
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDebugLocationInfoWrapper.cs (1)
15
internal bool IsDefault => UnderlyingObject.
IsDefault
;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\Implementation\Debugging\FSharpDebugLocationInfo.cs (1)
18
internal bool IsDefault => UnderlyingObject.
IsDefault
;
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
113
if (debugLocationInfo.
IsDefault
)