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