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