5 references to InterfaceMethodsShouldBeCallableByChildTypes
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (4)
181
[SuppressMessage(FxCop.Category.Design, FxCop.Rule.
InterfaceMethodsShouldBeCallableByChildTypes
, Justification = "no need to call this from derrived classes")]
186
[SuppressMessage(FxCop.Category.Design, FxCop.Rule.
InterfaceMethodsShouldBeCallableByChildTypes
, Justification = "no need to call this from derrived classes")]
192
[SuppressMessage(FxCop.Category.Design, FxCop.Rule.
InterfaceMethodsShouldBeCallableByChildTypes
, Justification = "no need to call this from derrived classes")]
198
[SuppressMessage(FxCop.Category.Design, FxCop.Rule.
InterfaceMethodsShouldBeCallableByChildTypes
, Justification = "no need to call this from derrived classes")]
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
170
[SuppressMessage(FxCop.Category.Design, FxCop.Rule.
InterfaceMethodsShouldBeCallableByChildTypes
, Justification = "no need to call this from derrived classes")]