4 references to IsMarshalByRef
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
76return type.GetTypeInfo().IsMarshalByRef;
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
91if (t.IsMarshalByRef)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
282return _typeInfo.IsMarshalByRef;
System.ServiceModel.Primitives (1)
Extensions\ReflectionExtensions.cs (1)
81return type.GetTypeInfo().IsMarshalByRef;