4 references to _getEnumeratorMethod
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
91
_getEnumeratorMethod
.Value = null;
397
get { return
_getEnumeratorMethod
.Value; }
398
set {
_getEnumeratorMethod
.Value = value; }
401
internal bool GetEnumeratorMethodIsSet { get { return
_getEnumeratorMethod
.IsSet; } }