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