1 write to MethodInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (1)
35
this.
MethodInfo
= (MethodInfo)attrProvider;
6 references to MethodInfo
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (3)
67
return this.
MethodInfo
.GetCustomAttributes(inherit).ToArray();
84
return this.
MethodInfo
.GetCustomAttributes(attributeType, inherit).ToArray();
103
return this.
MethodInfo
.IsDefined(attributeType, inherit);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
482
MethodInfo method = attrProvider.
MethodInfo
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
367
if (type == null && provider.
MethodInfo
!= null)
368
type = provider.
MethodInfo
.DeclaringType;