2 overrides of IsDynamic
mscorlib (2)
system\reflection\assembly.cs (1)
2586public override bool IsDynamic
system\reflection\emit\assemblybuilder.cs (1)
1403public override bool IsDynamic
27 references to IsDynamic
mscorlib (1)
system\security\policy\hash.cs (1)
93if (assembly.IsDynamic)
PresentationCore (2)
Shared\MS\Internal\SafeSecurityHelper.cs (2)
210object key = assembly.IsDynamic ? (object)new WeakRefKey(assembly) : assembly; 233if (assembly.IsDynamic && !_isGCCallbackPending)
System (2)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (2)
127if (asm.IsDynamic) 158else if(!resourceAssembly.IsDynamic) { // EscapedCodeBase won't be supported by emitted assemblies anyway
System.Activities (6)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (2)
187if (tassembly.IsDynamic) 319if (tassembly.IsDynamic)
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (2)
207if (assembly.IsDefined(typeof(XmlnsDefinitionAttribute), false) && !assembly.IsDynamic) 248if (assembly.IsDefined(typeof(XmlnsDefinitionAttribute), false) && ! assembly.IsDynamic)
System\Activities\Expressions\AssemblyReference.cs (2)
173if (curAsm.IsDynamic) 218if (assembly.IsDynamic)
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (2)
71if (!assembly.IsDynamic) 86return AppDomain.CurrentDomain.GetAssemblies().Where<Assembly>(assembly => !assembly.IsDynamic);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
705Fx.Assert(!assembly.IsDynamic, "there should not be any dynamic assemblies in reference list"); 726if (!args.LoadedAssembly.IsDynamic)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1106if ((expReturnType.Assembly.IsDynamic) && (context.ExpressionType == null))
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (2)
71if (!assembly.IsDynamic) 86return AppDomain.CurrentDomain.GetAssemblies().Where<Assembly>(assembly => !assembly.IsDynamic);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
705Fx.Assert(!assembly.IsDynamic, "there should not be any dynamic assemblies in reference list"); 726if (!args.LoadedAssembly.IsDynamic)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1106if ((expReturnType.Assembly.IsDynamic) && (context.ExpressionType == null))
System.Data.Entity (1)
System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs (1)
267return !assembly.IsDynamic ? assembly.GetManifestResourceNames() : new string[0];
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
535if (!assembly.IsDynamic
System.Xml (2)
System\Xml\Serialization\Compiler.cs (1)
117if (assembly.IsDynamic) {
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3257bool isTypeDynamic = assembly.IsDynamic || string.IsNullOrEmpty(assembly.Location);
WindowsBase (2)
Shared\MS\Internal\SafeSecurityHelper.cs (2)
210object key = assembly.IsDynamic ? (object)new WeakRefKey(assembly) : assembly; 233if (assembly.IsDynamic && !_isGCCallbackPending)