1 write to Property
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\PropertyInfoImpl.cs (1)
24
this.
Property
= property;
13 references to Property
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (13)
Debugger\MemberInfo\PropertyInfoImpl.cs (13)
29
get { return this.
Property
.Attributes; }
41
return this.
Property
.CanWrite;
47
get { return (TypeImpl)this.
Property
.DeclaringType; }
57
get { return (MemberTypes)this.
Property
.MemberType; }
72
get { return this.
Property
.Name; }
77
get { return (TypeImpl)this.
Property
.PropertyType; }
87
return this.
Property
.GetAccessors(nonPublic).Select(a => new MethodInfoImpl(a)).ToArray();
107
return this.
Property
.GetCustomAttributesData().Select(a => new CustomAttributeDataImpl(a)).ToArray();
112
var method = this.
Property
.GetGetMethod(nonPublic);
118
return this.
Property
.GetIndexParameters().Select(p => new ParameterInfoImpl(p)).ToArray();
123
var setMethod = this.
Property
.GetSetMethod(nonPublic);
132
return this.
Property
.GetValue(obj, (System.Reflection.BindingFlags)invokeAttr, null, null, null);
147
return this.
Property
.ToString();