4 references to _getEnumeratorMethod
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
89
_getEnumeratorMethod
.Value = null;
385
get { return
_getEnumeratorMethod
.Value; }
386
set {
_getEnumeratorMethod
.Value = value; }
389
internal bool GetEnumeratorMethodIsSet { get { return
_getEnumeratorMethod
.IsSet; } }