3 overrides of GetOtherMethods
mscorlib (1)
system\reflection\eventinfo.cs (1)
397
public override MethodInfo[]
GetOtherMethods
(bool nonPublic)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1893
public override MethodInfo[]
GetOtherMethods
(bool nonPublic) { return _info.GetOtherMethods(nonPublic); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1893
public override MethodInfo[]
GetOtherMethods
(bool nonPublic) { return _info.GetOtherMethods(nonPublic); }
3 references to GetOtherMethods
mscorlib (1)
system\reflection\eventinfo.cs (1)
108
public MethodInfo[] GetOtherMethods() { return
GetOtherMethods
(false); }
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1893
public override MethodInfo[] GetOtherMethods(bool nonPublic) { return _info.
GetOtherMethods
(nonPublic); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1893
public override MethodInfo[] GetOtherMethods(bool nonPublic) { return _info.
GetOtherMethods
(nonPublic); }