3 references to s_emptyCamelCaseSubstringPatternMatch_NotCaseSensitive
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Interactive\NavigateTo\InteractiveNavigateToTests.cs (2)
599var expecteditem1 = new NavigateToItem("get_key_word", NavigateToItemKind.Field, "csharp", null, null, s_emptyCamelCaseSubstringPatternMatch_NotCaseSensitive, null); 631var expecteditem1 = new NavigateToItem("get_key_word", NavigateToItemKind.Field, "csharp", null, null, s_emptyCamelCaseSubstringPatternMatch_NotCaseSensitive, null);
NavigateTo\NavigateToTests.cs (1)
961var expecteditem1 = new NavigateToItem("get_key_word", NavigateToItemKind.Field, "csharp", null, null, s_emptyCamelCaseSubstringPatternMatch_NotCaseSensitive, null);