10 references to NoMatch
System.Linq.Expressions (10)
System\Dynamic\ExpandoClass.cs (3)
133
return ExpandoObject.
NoMatch
;
150
int caseInsensitiveMatch = ExpandoObject.
NoMatch
; //the location of the case-insensitive matching member
163
if (caseInsensitiveMatch == ExpandoObject.
NoMatch
)
System\Dynamic\ExpandoObject.cs (7)
88
if (index == ExpandoObject.
NoMatch
)
134
if (index == ExpandoObject.
NoMatch
)
142
if (exactMatch != ExpandoObject.
NoMatch
)
154
Debug.Assert(index != ExpandoObject.
NoMatch
);
202
if (index == ExpandoObject.
NoMatch
)
974
if (index == ExpandoObject.
NoMatch
)
982
Debug.Assert(index != ExpandoObject.
NoMatch
);