5 references to IsMarshalByRef
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
76return type.GetTypeInfo().IsMarshalByRef;
Microsoft.Build (1)
LoadedType.cs (1)
63if (t.IsMarshalByRef)
MSBuild (1)
LoadedType.cs (1)
63if (t.IsMarshalByRef)
MSBuildTaskHost (1)
LoadedType.cs (1)
113IsMarshalByRef = this.Type.IsMarshalByRef;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
282return _typeInfo.IsMarshalByRef;