4 references to _isReadOnlyMethod
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
91
_isReadOnlyMethod
.Value = null;
232
get { return
_isReadOnlyMethod
.Value; }
233
set {
_isReadOnlyMethod
.Value = value; }
236
internal bool IsReadOnlyMethodIsSet { get { return
_isReadOnlyMethod
.IsSet; } }