10 references to NoMatch
System.Core (10)
Microsoft\Scripting\Actions\ExpandoClass.cs (3)
134return ExpandoObject.NoMatch; 150int caseInsensitiveMatch = ExpandoObject.NoMatch; //the location of the case-insensitive matching member 159if (caseInsensitiveMatch == ExpandoObject.NoMatch) {
Microsoft\Scripting\Actions\ExpandoObject.cs (7)
86if (index == ExpandoObject.NoMatch) { 126if (index == ExpandoObject.NoMatch) { 133if (exactMatch != ExpandoObject.NoMatch) { 142Debug.Assert(index != ExpandoObject.NoMatch); 183if (index == ExpandoObject.NoMatch) { 868if (index == ExpandoObject.NoMatch) { 875Debug.Assert(index != ExpandoObject.NoMatch);