3 references to s_emptySubstringPatternMatch
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Interactive\NavigateTo\InteractiveNavigateToTests.cs (1)
600
var expecteditem2 = new NavigateToItem("GetKeyWord", NavigateToItemKind.Field, "csharp", null, null,
s_emptySubstringPatternMatch
, null);
NavigateTo\NavigateToTests.cs (2)
986
var expecteditem2 = new NavigateToItem("GetKeyWord", NavigateToItemKind.Field, "csharp", null, null,
s_emptySubstringPatternMatch
, null);
1018
new("get_key_word", NavigateToItemKind.Field, "csharp", null, null,
s_emptySubstringPatternMatch
, null),