3 overrides of IsDynamic
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (1)
60public override bool IsDynamic => true;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
221public override bool IsDynamic
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
164public abstract override bool IsDynamic { get; }
19 references to IsDynamic
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
2752if (assembly.IsDynamic)
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
3725bool isTypeDynamic = assembly.IsDynamic;
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\RelatedAssemblyAttribute.cs (1)
57if (assembly.IsDynamic)
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
129string assemblyPath = args.LoadedAssembly.IsDynamic ? string.Empty : args.LoadedAssembly.Location;
Microsoft.CodeAnalysis (2)
MetadataReference\MetadataReference.cs (2)
344if (assembly.IsDynamic) 378return !assembly.IsDynamic && !string.IsNullOrEmpty(assembly.Location);
Microsoft.Maui.Controls (1)
Visuals\VisualTypeConverter.cs (1)
75 if (assembly.IsDynamic)
Microsoft.ML.Core (1)
ComponentModel\AssemblyLoadingUtils.cs (1)
253if (assembly.IsDynamic)
PresentationCore (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (2)
129object key = assembly.IsDynamic ? (object)new WeakRefKey(assembly) : assembly; 153if (assembly.IsDynamic && !_isGCCallbackPending)
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1546bool isTypeDynamic = assembly.IsDynamic /*|| string.IsNullOrEmpty(assembly.Location)*/;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
223get { return UnderlyingAssembly.IsDynamic; }
System.Xaml (7)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SafeSecurityHelper.cs (2)
129object key = assembly.IsDynamic ? (object)new WeakRefKey(assembly) : assembly; 153if (assembly.IsDynamic && !_isGCCallbackPending)
System\Xaml\XamlSchemaContext.cs (5)
841else if (assembly.IsDynamic) 974(_xmlnsInfoForDynamicAssemblies is not null && assembly.IsDynamic && 1016if (assembly.IsDynamic && _referenceAssemblies is null) 1071if (assembly.IsDynamic) 1097if (args.LoadedAssembly.IsDynamic)