Implemented interface member:
property
Assembly
System.Runtime.InteropServices._Type.Assembly
13 overrides of Assembly
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
110public override Assembly Assembly {
system\reflection\emit\generictypeparameterbuilder.cs (1)
109public override Assembly Assembly { get { return m_type.Assembly; } }
system\reflection\emit\symboltype.cs (1)
357public override Assembly Assembly
system\reflection\emit\typebuilder.cs (1)
1085public override Assembly Assembly
system\reflection\emit\typebuilderinstantiation.cs (1)
109public override Assembly Assembly { get { return m_type.Assembly; } }
system\reflection\typedelegator.cs (1)
58public override Assembly Assembly {
system\rttype.cs (1)
3555public override Assembly Assembly
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1068public override Assembly Assembly { get { return _baseReflectionType.Assembly; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1068public override Assembly Assembly { get { return _baseReflectionType.Assembly; } }
System.Web (1)
Compilation\DelayLoadType.cs (1)
50public override Assembly Assembly {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
154public override Assembly Assembly
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
111public override Assembly Assembly
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
73public override Assembly Assembly
674 references to Assembly
ComSvcConfig (7)
ComAdminWrapper.cs (1)
41static Assembly ListenerAssembly = typeof(Message).Assembly;
ComplusTypeValidator.cs (4)
35Type typeOfInterfaceResolver = typeof(Message).Assembly.GetType("System.ServiceModel.ComIntegration.TypeCacheManager"); 92Type typeOfInterfaceResolver = typeof(Message).Assembly.GetType("System.ServiceModel.ComIntegration.TypeCacheManager"); 168Type typeOfInterfaceResolver = typeof(Message).Assembly.GetType("System.ServiceModel.ComIntegration.TypeCacheManager"); 218Type typeOfInterfaceResolver = typeof(Message).Assembly.GetType("System.ServiceModel.ComIntegration.TypeCacheManager");
SvcFileManager.cs (2)
216Type serviceParser = typeof(ServiceHostFactory).Assembly.GetType("System.ServiceModel.Activation.ServiceParser"); 270Type compiledType = factoryType.Assembly.GetType(dictionary[factoryAttributeName], false);
mscorlib (47)
system\diagnostics\contracts\contractsbcl.cs (2)
66Assembly thisAssembly = typeof(Contract).Assembly; // In case we refactor mscorlib, use Contract class instead of Object. 71Assembly caller = stack.GetFrame(i).GetMethod().DeclaringType.Assembly;
system\diagnostics\eventing\StubEnvironment.cs (1)
207public static Assembly Assembly(this Type type) { return type.Assembly; }
system\environment.cs (1)
208rh.SystemResMgr = new ResourceManager(m_name, typeof(Object).Assembly);
system\exception.cs (3)
490result.Append(t.Assembly.FullName); 601Contract.Assert(((_safeSerializationManager != null) || (this.GetType().Assembly == typeof(object).Assembly)),
system\globalization\charunicodeinfo.cs (1)
123byte * pDataTable = GlobalizationAssembly.GetGlobalizationResourceBytePtr(typeof(CharUnicodeInfo).Assembly, UNICODE_INFO_FILE_NAME);
system\globalization\culturedata.cs (1)
498MscorlibResourceSet = new ResourceSet(typeof(Environment).Assembly.GetManifestResourceStream("mscorlib.resources"));
system\globalization\cultureinfo.cs (4)
427if (obj.GetType().Assembly != typeof(System.Globalization.CultureInfo).Assembly) { 475if (this.GetType().Assembly == typeof(System.Globalization.CultureInfo).Assembly)
system\reflection\emit\dynamicmethod.cs (1)
517owner.Assembly.PermissionSet);
system\reflection\emit\symboltype.cs (1)
365return baseType.Assembly;
system\reflection\emit\typebuilderinstantiation.cs (1)
109public override Assembly Assembly { get { return m_type.Assembly; } }
system\reflection\typedelegator.cs (1)
59get {return typeImpl.Assembly;}
system\resources\manifestbasedresourcegroveler.cs (2)
267if (a == typeof(Object).Assembly) 672if (_mediator.MainAssembly == typeof(Object).Assembly && _mediator.BaseName.Equals("mscorlib"))
system\resources\resourcemanager.cs (7)
265internal static readonly String MscorlibName = typeof(ResourceReader).Assembly.FullName; 377if (assembly == typeof(Object).Assembly && m_callingAssembly != assembly) 415if (assembly == typeof(Object).Assembly && m_callingAssembly != assembly) 430MainAssembly = _locationInfo.Assembly; 439if (MainAssembly == typeof(Object).Assembly && m_callingAssembly != MainAssembly) 905if (a == typeof(Object).Assembly) { 1108if (resourcesAssembly != typeof(Object).Assembly) // We are not loading resources for mscorlib
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1242WinRTClassActivator activator = (WinRTClassActivator)hostDomain.CreateInstanceAndUnwrap(typeof(WinRTClassActivator).Assembly.FullName, typeof(WinRTClassActivator).FullName);
system\runtime\remoting\activationservices.cs (4)
48internal static readonly Assembly s_MscorlibAssembly = typeof(Object).Assembly; 326RuntimeAssembly asm = (RuntimeAssembly)attr.GetType().Assembly; 362RuntimeAssembly asm = (RuntimeAssembly)attr.GetType().Assembly; 663asm = (RuntimeAssembly)prop.GetType().Assembly;
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
69assembly = type.Assembly.FullName;
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
181if (type.Assembly == urtAssembly)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
155objectType.FullName, objectType.Assembly.FullName)); 310Assembly objectAssembly = objectType.Assembly;
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (3)
337t.FullName, t.Assembly.FullName)); 1412CheckTypeForwardedTo(assm, type.Assembly, type); 1489CheckTypeForwardedTo(sourceAssembly, objectType.Assembly, objectType);
system\runtime\serialization\formatterservices.cs (1)
490return type.Assembly.FullName;
system\runtime\serialization\safeserializationmanager.cs (1)
230throw new ArgumentException(Environment.GetResourceString("Serialization_NonSerType", serializedState.GetType(), serializedState.GetType().Assembly.FullName));
system\runtime\serialization\serializationinfo.cs (2)
154DemandForUnsafeAssemblyNameAssignments(this.ObjectType.Assembly.FullName, type.Assembly.FullName);
system\runtime\versioning\resourceattributes.cs (1)
153safeName.Append(type.Assembly.FullName);
system\security\policymanager.cs (2)
217if (codeGroup.GetType().Assembly != typeof(UnionCodeGroup).Assembly)
system\text\basecodepageencoding.cs (1)
143typeof(CharUnicodeInfo).Assembly, CODE_PAGE_DATA_FILE_NAME);
system\text\normalization.cs (1)
96typeof(Normalization).Assembly, strDataFile);
PresentationBuildTasks (50)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
145if (_compiler.LocalAssembly == memberInfo.ReflectedType.Assembly && 545bool localEvent = _compiler.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly;
Framework\System\Windows\Markup\BamlMapTable.cs (10)
152probeType.Assembly.FullName == assemblyFullName ) 183return GetKnownTypeIdFromName(type.Assembly.FullName, type.Namespace, type.Name); 975declaringType.Assembly.FullName, 980declaringType.Assembly.FullName, 1338string.Empty : serializerType.Assembly.FullName; 1425EnsureAssemblyRecord(converterOrSerializerType.Assembly); 1430if (!GetTypeInfoId(binaryWriter, converterOrSerializerType.Assembly.FullName, 1435converterOrSerializerType.Assembly.FullName, 1538targetType.Assembly.FullName, 1585Assembly ownerAsm = ownerType.Assembly;
Framework\System\Windows\Markup\BamlRecordWriter.cs (5)
280serializerAssemblyName = xamlElementNode.SerializerType.Assembly.FullName; 829serializerAssemblyName = xamlKeyElementNode.SerializerType.Assembly.FullName; 1098typeValue.Assembly.FullName, 1103typeValue.Assembly.FullName, 1435string converterAssemblyFullName = xamlTextNode.ConverterType.Assembly.FullName;
Framework\System\Windows\Markup\MarkupExtensionParser.cs (3)
655string declaringTypeAssemblyName = data.DeclaringType.Assembly.FullName; 1575typeValueAssemblyFullName = typeValue.Assembly.FullName; 1701assemblyName = declaringType.Assembly.FullName;
Framework\System\Windows\Markup\ParserContext.cs (1)
892Assembly xamlAssembly = attributeType.Assembly;
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1245string assemblyName = KnownTypes.Types[(int)KnownElements.EventSetter].Assembly.FullName;
Framework\System\Windows\Markup\TemplateXamlParser.cs (3)
736_templateKeyType.Assembly.FullName, 1445_templateKeyType.Assembly.FullName, 1647_templateKeyType.Assembly.FullName,
Framework\System\Windows\Markup\XamlParser.cs (1)
1094assemblyName = baseType.Assembly.FullName;
Framework\System\Windows\Markup\XamlReaderHelper.cs (15)
813typeValueAssemblyFullName = typeValue.Assembly.FullName; 1824assemblyName = declaringType.Assembly.FullName; 1878assemblyName = declaringType.Assembly.FullName; 2330string assemblyName = elementType.Assembly.FullName; 3352isDefaultAsm = objectType.Assembly.FullName.StartsWith("PresentationFramework", StringComparison.OrdinalIgnoreCase); 3356isDefaultAsm = objectType.Assembly == bairPF.Assembly; 3381isDefaultAsm = objectType.Assembly.FullName.StartsWith("PresentationCore", StringComparison.OrdinalIgnoreCase); 3385isDefaultAsm = objectType.Assembly == asmPC; 3434if (baseType.Assembly == XamlTypeMapper.AssemblyPF) 3443else if (baseType.Assembly == XamlTypeMapper.AssemblyPC) 3502string assembly = parentType.Assembly.FullName; 4245string startElementAssemblyName = propertyType.Assembly.FullName; 4617string propertyAssemblyName = propertyDeclaringType.Assembly.FullName; 4853if( iCollectionT.Assembly == typeof(IList).Assembly )
Framework\System\Windows\Markup\XamlTypeMapper.cs (7)
1110if (fi.ReflectedType.Assembly == fi.DeclaringType.Assembly) 1167if (mi.ReflectedType.Assembly == mi.DeclaringType.Assembly) 1909if (typeAndSerializer.ObjectType.Assembly == bairPF.Assembly) 2585bool isInternalAllowed = ReflectionHelper.LocalAssemblyName == type.Assembly.GetName().Name || 2586IsFriendAssembly(type.Assembly);
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
476return ((LocalAssemblyName == type.Assembly.GetName().Name) || IsFriendAssembly(type.Assembly));
PresentationCore (2)
Shared\MS\Internal\HashHelper.cs (1)
48BaseHashHelper.RegisterTypes(typeof(HashHelper).Assembly, types);
Shared\MS\Utility\PerfService.cs (1)
52Assembly asm = type.Assembly;
PresentationFramework (62)
parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
397Assembly customPageAssembly = string.IsNullOrEmpty(pageAssemblyName) ? typeof(TenFeetInstallationProgress).Assembly : Assembly.Load(pageAssemblyName);
src\Framework\System\Windows\Application.cs (1)
535if (bamlStream == null || bamlStream.Assembly != component.GetType().Assembly)
src\Framework\System\Windows\ComponentResourceKey.cs (1)
76return (_typeInTargetAssembly != null) ? _typeInTargetAssembly.Assembly : null;
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
764System.Reflection.Assembly assembly = this.GetType().Assembly;
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (5)
116sd._assemblyName = factoryType.Assembly.FullName; 117sd._assemblyPath = factoryType.Assembly.Location; 118sd._assemblyVersion = factoryType.Assembly.GetName().Version; 120sd._winFXVersion = typeof(System.Windows.Controls.Button).Assembly.GetName().Version; 237if (typeof(System.Windows.Controls.Button).Assembly.GetName().Version == sd._winFXVersion &&
src\Framework\System\Windows\EventSetterHandlerConverter.cs (1)
62Assembly a = typeof(IRootObjectProvider).Assembly;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (5)
75case 0: assembly = typeof(double).Assembly; break; 76case 1: assembly = typeof(System.Uri).Assembly; break; 77case 2: assembly = typeof(System.Windows.DependencyObject).Assembly; break; 78case 3: assembly = typeof(System.Windows.UIElement).Assembly; break; 79case 4: assembly = typeof(System.Windows.FrameworkElement).Assembly; break;
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (5)
109case 0: assembly = new Baml6Assembly(typeof(double).Assembly); break; // never happens ?? 110case 1: assembly = new Baml6Assembly(typeof(System.Uri).Assembly); break; 111case 2: assembly = new Baml6Assembly(typeof(System.Windows.DependencyObject).Assembly); break; 112case 3: assembly = new Baml6Assembly(typeof(System.Windows.UIElement).Assembly); break; 113case 4: assembly = new Baml6Assembly(typeof(System.Windows.FrameworkElement).Assembly); break;
src\Framework\System\Windows\Markup\BamlMapTable.cs (11)
152probeType.Assembly.FullName == assemblyFullName ) 183return GetKnownTypeIdFromName(type.Assembly.FullName, type.Namespace, type.Name); 531string assemblyName = t.Assembly.FullName; 975declaringType.Assembly.FullName, 980declaringType.Assembly.FullName, 1338string.Empty : serializerType.Assembly.FullName; 1425EnsureAssemblyRecord(converterOrSerializerType.Assembly); 1430if (!GetTypeInfoId(binaryWriter, converterOrSerializerType.Assembly.FullName, 1435converterOrSerializerType.Assembly.FullName, 1538targetType.Assembly.FullName, 1585Assembly ownerAsm = ownerType.Assembly;
src\Framework\System\Windows\Markup\BamlReader.cs (3)
1068declaringType.Assembly.FullName); 2217_typeConverterAssemblyName = converter.Assembly.FullName; 2657Assembly typeAssembly = typeInfo.Type.Assembly;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5399ThrowExceptionWithLine( SR.Get(SRID.ParserErrorCreatingInstance, type.Name, type.Assembly.FullName), e);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (5)
280serializerAssemblyName = xamlElementNode.SerializerType.Assembly.FullName; 829serializerAssemblyName = xamlKeyElementNode.SerializerType.Assembly.FullName; 1098typeValue.Assembly.FullName, 1103typeValue.Assembly.FullName, 1435string converterAssemblyFullName = xamlTextNode.ConverterType.Assembly.FullName;
src\Framework\System\Windows\Markup\BamlWriter.cs (4)
140assemblyName = baseType.Assembly.FullName; 394string propAssemblyName = _dpProperty.OwnerType.Assembly.FullName; 420typeValue.Assembly.FullName, 582valueElementType.Assembly.FullName,
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (3)
655string declaringTypeAssemblyName = data.DeclaringType.Assembly.FullName; 1575typeValueAssemblyFullName = typeValue.Assembly.FullName; 1701assemblyName = declaringType.Assembly.FullName;
src\Framework\System\Windows\Markup\ParserContext.cs (1)
892Assembly xamlAssembly = attributeType.Assembly;
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1634type.Assembly.GetName().Name); 1638Dictionary<string, string> namespaceToUri = GetMappingsFor(type.Assembly); 1642type.Assembly.GetName().Name);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
1909if (typeAndSerializer.ObjectType.Assembly == bairPF.Assembly) 2996if (target.GetType().Assembly == pc.StreamCreatedAssembly)
src\Framework\System\Windows\SystemResources.cs (5)
367Assembly assembly = (typeKey != null) ? typeKey.Assembly : resourceKey.Assembly; 501_mscorlib = typeof(string).Assembly; 514_presentationFramework = typeof(FrameworkElement).Assembly; 527_presentationCore = typeof(UIElement).Assembly; 540_windowsBase = typeof(DependencyObject).Assembly;
src\Framework\System\Windows\SystemThemeKey.cs (1)
44_presentationFrameworkAssembly = typeof(FrameworkElement).Assembly;
src\Framework\System\Windows\TemplateKey.cs (1)
139return type.Assembly;
src\Shared\MS\Internal\HashHelper.cs (1)
48BaseHashHelper.RegisterTypes(typeof(HashHelper).Assembly, types);
SMSvcHost (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Activation.Diagnostics.TD", typeof(TD).Assembly);
System (21)
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
69modulePath = resolver.GetPathOfAssembly(type.Assembly.GetName());
compmod\system\componentmodel\PropertyDescriptor.cs (3)
392(ComponentType.Assembly.FullName.Equals(typeFromGetType.Assembly.FullName))) { 399typeFromComponent = ComponentType.Assembly.GetType(typeName);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1045if ((!(eventInfo.DeclaringType.IsPublic || eventInfo.DeclaringType.IsNestedPublic)) && (eventInfo.DeclaringType.Assembly == typeof(ReflectTypeDescriptionProvider).Assembly)) { 1967t = _type.Assembly.GetType(typeName);
compmod\system\componentmodel\TypeDescriptionProvider.cs (2)
219if (reflectionType.GetType().Assembly == typeof(object).Assembly)
compmod\system\componentmodel\TypeDescriptor.cs (4)
372PermissionSet targetPermissions = type.Assembly.PermissionSet; 410PermissionSet targetPermissions = type.Assembly.PermissionSet; 3247PermissionSet targetPermissions = type.Assembly.PermissionSet; 3284PermissionSet targetPermissions = type.Assembly.PermissionSet;
misc\SecurityUtils.cs (1)
67DemandGrantSet(type.Assembly);
net\System\Net\_AutoWebProxyScriptWrapper.cs (2)
548GlobalLog.Print("AutoWebProxyScriptWrapper::CreateInstance() Creating Object. type.Assembly.FullName: [" + s_ProxyScriptHelperType.Assembly.FullName + "] type.FullName: [" + s_ProxyScriptHelperType.FullName + "]"); 549ObjectHandle handle = Activator.CreateInstance(scriptDomain, s_ProxyScriptHelperType.Assembly.FullName, s_ProxyScriptHelperType.FullName, false,
net\System\Net\WebSockets\WebSocketConnectionStream.cs (2)
493m_SupportsMultipleWrites = connection.NetworkStream.GetType().Assembly == s_NetworkStreamType.Assembly;
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
sys\system\io\ports\SerialPort.cs (2)
304((value.CodePage < 50000 || value.CodePage == 54936)&& value.GetType().Assembly == typeof(String).Assembly))) {
System.Activities (25)
EtwTrackingParticipantTrackRecords.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.Activities.EtwTrackingParticipantTrackRecords", typeof(EtwTrackingParticipantTrackRecords).Assembly);
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (3)
186Assembly tassembly = type.Assembly; 318Assembly tassembly = type.Assembly; 369if (isDirectReference || !VisualBasicHelper.DefaultReferencedAssemblies.Contains(type.Assembly))
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (6)
44typeof(int).Assembly, // mscorlib 45typeof(CodeTypeDeclaration).Assembly, // System 46typeof(Expression).Assembly, // System.Core 47typeof(Microsoft.VisualBasic.Strings).Assembly, // Microsoft.VisualBasic 48typeof(Activity).Assembly // System.Activities 491this.referencedAssemblies.Add(baseType.Assembly);
System\Activities\Debugger\SourceLocationProvider.cs (2)
98localAssembly = rootActivity.GetType().Assembly; 102localAssembly = rootActivity.Parent.GetType().Assembly;
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
327AssemblyName tempAssemName = new AssemblyName(type.Assembly.FullName);
System\Activities\ExpressionUtilities.cs (1)
22static Assembly linqAssembly = typeof(Func<>).Assembly;
System\Activities\Runtime\CallbackWrapper.cs (4)
254callbackAssembly = targetInstance.GetType().Assembly; 320if (declaringType.Assembly != activityType.Assembly) 322this.declaringAssemblyName = declaringType.Assembly.FullName;
System\Activities\XamlIntegration\ActivityXamlServices.cs (3)
417Assembly typesAssembly = componentType.Assembly; 538Stream initializeXaml = componentType.Assembly.GetManifestResourceStream(resource); 546readerSettings.LocalAssembly = componentType.Assembly;
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
2045types = this.settings.Activity.GetType().Assembly.GetTypes(); 2095((nsReference.Assembly == this.settings.Activity.GetType().Assembly.FullName) || 2096(nsReference.Assembly == this.settings.Activity.GetType().Assembly.GetName().Name))
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.Activities.TD", typeof(TD).Assembly);
System.Activities.Core.Presentation (4)
SR.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Core.Presentation.SR", typeof(SR).Assembly);
System\ServiceModel\Activities\Presentation\Factories\ReceiveAndSendReplyFactory.cs (1)
21static string requiredAssemblyName = typeof(CorrelationHandle).Assembly.GetName().Name;
System\ServiceModel\Activities\Presentation\Factories\SendAndReceiveReplyFactory.cs (1)
21static string requiredAssemblyName = typeof(CorrelationHandle).Assembly.GetName().Name;
System\ServiceModel\Activities\Presentation\MessagingContentPropertyEditorResources.xaml.cs (1)
23typeof(MessagingContentPropertyEditorResources).Assembly.GetName().Name,
System.Activities.DurableInstancing (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.Activities.DurableInstancing.TD", typeof(TD).Assembly);
System.Activities.Presentation (19)
System.Activities.Presentation\Microsoft\Activities\Presentation\SharedSR.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Presentation.Microsoft.Activities.Presentation.SharedSR", typeof(SharedSR).Assembly);
System.Activities.Presentation\SR.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Presentation.SR", typeof(SR).Assembly);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\manifestimages.cs (1)
48Assembly assembly = type.Assembly;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (1)
92typeof(PropertyInspectorResources).Assembly.GetName().Name,
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1068public override Assembly Assembly { get { return _baseReflectionType.Assembly; } }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Properties\Resources.Designer.cs (1)
43"Resources", typeof(Resources).Assembly);
System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (2)
19typeof(ViewStateService).Assembly.GetName().FullName, 20typeof(ViewStateService).Assembly.GetName().Name,
System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (4)
356typeof(ViewStateService).Assembly.GetName().FullName, 357typeof(ViewStateService).Assembly.GetName().Name, 362typeof(Activity).Assembly.GetName().FullName, 363typeof(Activity).Assembly.GetName().Name,
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
60: this(toolType.FullName, toolType.Assembly.FullName, bitmapName, displayName)
System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
23typeof(EditorResources).Assembly.GetName().Name,
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1106if ((expReturnType.Assembly.IsDynamic) && (context.ExpressionType == null))
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
115typeof(WorkflowDesignerColors).Assembly.GetName().Name, 133typeof(WorkflowDesignerColors).Assembly.GetName().Name,
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
128Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.WindowsApp.xaml"), UriKind.RelativeOrAbsolute); 166Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.Default.xaml"), UriKind.RelativeOrAbsolute);
System.AddIn (12)
System\Addin\Hosting\AddInActivator.cs (3)
116Assembly sysAddIn = typeof(AddInActivator).Assembly; 144Assembly a = permission.GetType().Assembly; 345ObjectHandle objHandle = Activator.CreateInstance(domain, t.Assembly.FullName, t.FullName,
System\Addin\Hosting\AddInServer.cs (1)
59Assembly sysCore = typeof(AddInActivator).Assembly;
System\Addin\Hosting\AddInStore.cs (1)
1154ObjectHandle inspectionWorkerHandle = Activator.CreateInstance(domain, typeof(InspectionWorker).Assembly.FullName, typeof(InspectionWorker).FullName);
System\Addin\Hosting\InspectionWorker.cs (2)
49SystemAddInInReflectionOnlyContext = Assembly.ReflectionOnlyLoad(typeof(AddInStore).Assembly.FullName); 50SystemAddInContractsInReflectionOnlyContext = Assembly.ReflectionOnlyLoad(typeof(System.AddIn.Contract.IContract).Assembly.FullName);
System\Addin\Hosting\Store\AddInAdapter.cs (2)
52System.Diagnostics.Contracts.Contract.Assert(type.Assembly.ReflectionOnly && IContractInReflectionLoaderContext.Assembly.ReflectionOnly,
System\Addin\MiniReflection\MiniAssembly.cs (1)
157return new MiniAssembly(typeof(Object).Assembly);
System\Addin\MiniReflection\TypeInfo.cs (2)
166System.Reflection.Assembly mscorlib = typeof(Object).Assembly; 275retVal = new MiniAssembly(_reflectionType.Assembly);
System.ComponentModel.DataAnnotations (2)
parent\parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
Resources\DataAnnotationsResources.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.ComponentModel.DataAnnotations.Resources.DataAnnotationsResources", typeof(DataAnnotationsResources).Assembly);
System.Configuration (3)
System\Configuration\TypeUtil.cs (3)
36Assembly systemAssembly = typeof(ConfigurationException).Assembly; 227Assembly assembly = type.Assembly; 306Assembly assembly = t.Assembly;
System.Core (4)
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (1)
283private static readonly Type ComObjectType = typeof(object).Assembly.GetType("System.__ComObject");
Microsoft\Scripting\Ast\TypeUtils.cs (3)
684private static readonly Assembly _mscorlib = typeof(object).Assembly; 685private static readonly Assembly _systemCore = typeof(Expression).Assembly; 702var asm = t.Assembly;
System.Data (21)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\SR.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Core.Presentation.SR", typeof(SR).Assembly);
cdf\src\NetFx40\Tools\System.Activities.Presentation\Microsoft\Activities\Presentation\SharedSR.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Presentation.Microsoft.Activities.Presentation.SharedSR", typeof(SharedSR).Assembly);
cdf\src\NetFx40\Tools\System.Activities.Presentation\SR.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Presentation.SR", typeof(SR).Assembly);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\manifestimages.cs (1)
48Assembly assembly = type.Assembly;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (1)
92typeof(PropertyInspectorResources).Assembly.GetName().Name,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1068public override Assembly Assembly { get { return _baseReflectionType.Assembly; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Properties\Resources.Designer.cs (1)
43"Resources", typeof(Resources).Assembly);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceHelper.cs (2)
19typeof(ViewStateService).Assembly.GetName().FullName, 20typeof(ViewStateService).Assembly.GetName().Name,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (4)
356typeof(ViewStateService).Assembly.GetName().FullName, 357typeof(ViewStateService).Assembly.GetName().Name, 362typeof(Activity).Assembly.GetName().FullName, 363typeof(Activity).Assembly.GetName().Name,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
60: this(toolType.FullName, toolType.Assembly.FullName, bitmapName, displayName)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
23typeof(EditorResources).Assembly.GetName().Name,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1106if ((expReturnType.Assembly.IsDynamic) && (context.ExpressionType == null))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
115typeof(WorkflowDesignerColors).Assembly.GetName().Name, 133typeof(WorkflowDesignerColors).Assembly.GetName().Name,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
128Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.WindowsApp.xaml"), UriKind.RelativeOrAbsolute); 166Uri resourceUri = new Uri(string.Concat(typeof(WorkflowDesignerIcons).Assembly.GetName().Name, @";component/Themes/Icons.Default.xaml"), UriKind.RelativeOrAbsolute);
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
256private static readonly string _assemblyName = (typeof(SqlDependencyProcessDispatcher)).Assembly.FullName;
System.Data.Entity (40)
System\Data\Common\EntityUtil.cs (2)
1840connectionProviderFactoryType.Assembly.FullName); 2066return ReferenceEquals(assembly, typeof(ObjectContext).Assembly)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (2)
336if (_userArgumentType != null && !nex.Type.IsPublic && nex.Type.Assembly == typeof(SecurityBoundaryExpressionVisitor).Assembly)
System\Data\Metadata\ObjectItemCollection.cs (3)
195if (!MetadataAssemblyHelper.ShouldFilterAssembly(type.Assembly)) 198result = LoadAssemblyFromCache(this, type.Assembly, false /*loadAllReferencedAssemblies*/, edmItemCollection, null); 265Dictionary<string, EdmType> typesInLoading = LoadTypesExpensiveWay(entityClrType.Assembly);
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (9)
142SourceAssembly != clrType.Assembly, // not from this assembly 146if (SessionData.LockedAssemblyCache.TryGetValue(clrType.Assembly, out immutableCacheEntry)) 148Debug.Assert(SessionData.KnownAssemblies.Contains(clrType.Assembly, SessionData.LoaderCookie, SessionData.EdmItemCollection), "We should only be loading things directly from the cache if they are already in the collection"); 276Debug.Assert(clrType.Assembly == SourceAssembly, "Why are we loading a type that is not in our assembly?"); 290SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.NestedClassNotSupported(clrType.FullName, clrType.Assembly.FullName), null)); 719if (SourceAssembly != type.Assembly && 720!CacheEntry.ClosureAssemblies.Contains(type.Assembly) && 721IsSchemaAttributePresent(type.Assembly) && 731CacheEntry.ClosureAssemblies.Add(type.Assembly);
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (5)
462if (SourceAssembly != type.Assembly && 463!CacheEntry.ClosureAssemblies.Contains(type.Assembly) && 473CacheEntry.ClosureAssemblies.Add(type.Assembly); 577string message = Strings.Validator_OSpace_Convention_ScalarPropertyMissginGetterOrSetter(clrProperty.Name, type.FullName, type.Assembly.FullName); 651Strings.Validator_OSpace_Convention_ScalarPropertyMissginGetterOrSetter(clrProperty.Name, type.FullName, type.Assembly.FullName),
System\Data\Objects\DataClasses\RelationshipManager.cs (2)
630Dictionary<string, EdmType> types = ObjectItemCollection.LoadTypesExpensiveWay(WrappedOwner.IdentityType.Assembly); 777associations = ObjectItemCollection.GetAllRelationshipTypesExpensiveWay(entityClrType.Assembly);
System\Data\Objects\ELinq\MethodCallTranslator.cs (4)
158if (s_visualBasicAssemblyFullName == methodInfo.DeclaringType.Assembly.FullName) 164InitializeVBMethods(methodInfo.DeclaringType.Assembly); 550if (s_visualBasicAssemblyFullName == originalMethodInfo.DeclaringType.Assembly.FullName) 556InitializeVBMethods(originalMethodInfo.DeclaringType.Assembly);
System\Data\Objects\ELinq\Translator.cs (2)
250if (s_visualBasicAssemblyFullName == propertyInfo.DeclaringType.Assembly.FullName) 256InitializeVBProperties(propertyInfo.DeclaringType.Assembly);
System\Data\Objects\Internal\EntityProxyFactory.cs (3)
65Assembly assembly = ospaceEntityType.ClrType.Assembly; 278return type != null && ProxyRuntimeAssemblies.Contains(type.Assembly); 402Assembly typeAssembly = proxyType.Assembly;
System\Data\SqlClient\SqlSpatialServices.cs (1)
132if (TryGetSpatialServiceFromAssembly(providerValue.GetType().Assembly, out otherServices))
System\Data\SqlClient\SqlTypesAssembly.cs (7)
175this.SqlStringType = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlString", throwOnError: true); 176this.SqlBooleanType = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlBoolean", throwOnError: true); 177this.SqlBytesType = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlBytes", throwOnError: true); 178this.SqlDoubleType = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlDouble", throwOnError: true); 179this.SqlInt32Type = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlInt32", throwOnError: true); 180this.SqlXmlType = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlXml", throwOnError: true); 576Type sqlString = sqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlString", throwOnError: true);
System.Data.Entity.Design (9)
System\Data\Entity\Design\EntityCodeGenerator.cs (7)
556typeof(System.CodeDom.Compiler.CodeDomProvider).Assembly.Location, // System.dll 557typeof(System.Linq.Enumerable).Assembly.Location, // System.Core.dll 558typeof(System.Data.Objects.ObjectContext).Assembly.Location, // System.Data.Entity.dll 559typeof(System.Data.Entity.Design.EntityCodeGenerator).Assembly.Location, // System.Data.Entity.Design.dll 560typeof(System.Data.DbType).Assembly.Location, // System.Data.dll 561typeof(System.Xml.XmlAttribute).Assembly.Location, // System.Xml.dll 562typeof(System.Xml.Linq.XElement).Assembly.Location, // System.Xml.Linq.dll
System\Data\Entity\Design\EntityFrameworkVersions.cs (1)
60Assembly dataEntity = typeof(EdmItemCollection).Assembly;
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
197typeof(EntityClassGenerator).Assembly.GetName().Version.ToString());
System.Data.Linq (4)
parent\parent\misc\SecurityUtils.cs (1)
67DemandGrantSet(type.Assembly);
SqlClient\Common\TypeSystem.cs (3)
236: this(mi.DeclaringType.Assembly, mi.MetadataToken) { 296if (x.MetadataToken != y.MetadataToken || x.DeclaringType.Assembly != y.DeclaringType.Assembly) {
System.Data.Services (4)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
293InitializeObjectItemCollection(this.ObjectContext, this.Type.Assembly); 850InitializeObjectItemCollection(this.ObjectContext, this.Type.Assembly); 965InitializeObjectItemCollection(this.ObjectContext, type.Assembly);
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
866Assembly assembly = resourceType.InstanceType.Assembly;
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\TypeSystem.cs (1)
138(mi.DeclaringType.Assembly.FullName == VisualBasicAssemblyFullName &&
System\Data\Services\Client\ClientConvert.cs (1)
539type.Assembly.GetName(), new System.Reflection.AssemblyName(SystemDataLinq))))
System.Data.Services.Design (3)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
320System.IO.Stream fileStream = typeof(WCFBuildProvider).Assembly.GetManifestResourceStream(@"System.Web.Compilation.WCFModel.Schema.DataServiceMapSchema.xsd"); 379assemblyBuilder.AddAssemblyReference(typeof(System.Data.Services.Client.DataServiceContext).Assembly);
System\Data\EntityModel\EntityClassGenerator.cs (1)
228stream = typeof(EdmItemCollection).Assembly.GetManifestResourceStream(resourceName);
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
196return new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), typeof(XsltLibrary).Assembly.ImageRuntimeVersion);
System\Xml\Xsl\Xslt\Scripts.cs (1)
221compilParams.ReferencedAssemblies.Add(typeof(System.Xml.Res).Assembly.Location);
System.Drawing (11)
commonui\System\Drawing\Design\ToolboxItem.cs (10)
591ts.ReferenceAssembly(type.Assembly.GetName()); 657if (type.Assembly.FullName == policiedAssemblyName.FullName) { 662foreach (AssemblyName name in type.Assembly.GetReferencedAssemblies()) { 668foreach (AssemblyName name in type.Assembly.GetReferencedAssemblies()) { 677foreach (AssemblyName name in type.Assembly.GetReferencedAssemblies()) { 704AssemblyName assemblyName = type.Assembly.GetName(true); 705if (type.Assembly.GlobalAssemblyCache) { 712AssemblyName policiedname = parentType.Assembly.GetName(true); 735if (!type.Assembly.ReflectionOnly) { 737object[] companyattrs = type.Assembly.GetCustomAttributes(typeof(AssemblyCompanyAttribute), true);
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
System.IdentityModel (2)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.IdentityModel.Diagnostics.Application.TD", typeof(TD).Assembly);
System.IO.Compression.FileSystem (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
System.Management (14)
Instrumentation\CodeSpit.cs (2)
113if(!assemblies.Contains(type.Assembly.Location)) 114assemblies.Add(type.Assembly.Location);
Instrumentation\Instrumentation.cs (11)
130GetInstrumentedAssembly(t.Assembly); 167GetInstrumentedAssembly(instrumentationClass.Assembly).SetBatchSize(instrumentationClass, batchSize); 176return new ProvisionFunction(GetInstrumentedAssembly(type.Assembly).Fire); 181return new ProvisionFunction(GetInstrumentedAssembly(type.Assembly).Publish); 186return new ProvisionFunction(GetInstrumentedAssembly(type.Assembly).Revoke); 279if (!parameters.ReferencedAssemblies.Contains(type.Assembly.Location)) 281parameters.ReferencedAssemblies.Add(type.Assembly.Location); 291if(typeInterface.Assembly != type.Assembly) 324parameters.ReferencedAssemblies.Add(typeof(BaseEvent).Assembly.Location); 325parameters.ReferencedAssemblies.Add(typeof(System.ComponentModel.Component).Assembly.Location);
managementbaseobject.cs (1)
279info.AssemblyName = typeof(ManagementBaseObject).Assembly.FullName;
System.Runtime.Caching (1)
Resources\R.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Runtime.Caching.Resources.R", typeof(R).Assembly);
System.Runtime.Remoting (5)
channels\http\httpremotinghandler.cs (1)
497Type[] allTypes = type.Assembly.GetTypes();
channels\sinks\soapformattersinks.cs (1)
865typeName = "clr:" + type.FullName + ", " + type.Assembly.GetName().Name;
metadata\wsdlparser.cs (3)
2792assemName = typeof(String).Assembly.GetName().Name; 4458assem = typeof(string).Assembly; 5205assem = typeof(string).Assembly;
System.Runtime.Serialization (12)
System\Runtime\Serialization\CodeExporter.cs (1)
365AddReferencedAssembly(type.Assembly);
System\Runtime\Serialization\DataContract.cs (4)
1043clrTypeStrings.Add(Globals.TypeOfInt.Assembly.FullName, clrTypeStringsDictionary.Add(Globals.MscorlibAssemblyName)); 1704ns = GetGlobalDataContractNamespace(clrNs, type.Assembly); 1804return type.Assembly.FullName; 2396return (type.Module.Equals(typeof(CodeGenerator).Module) || IsAssemblyFriendOfSerialization(type.Assembly)) && !type.IsNestedPrivate;
System\Runtime\Serialization\NetDataContractSerializer.cs (3)
300if (!UnsafeTypeForwardingEnabled && !clrType.Assembly.IsFullyTrusted && !IsAssemblyNameForwardingSafe(clrType.Assembly.FullName, clrAssemblyName)) 302throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.TypeCannotBeForwardedFrom, DataContract.GetClrTypeFullName(clrType), clrType.Assembly.FullName, clrAssemblyName)));
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (3)
237assembly = Globals.TypeOfInt.Assembly; 271CheckTypeForwardedTo(assembly, type.Assembly, type); 397assembly = Globals.TypeOfInt.Assembly;
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.Runtime.Serialization.Diagnostics.Application.TD", typeof(TD).Assembly);
System.Security (1)
system\security\securityresources.cs (1)
33s_resMgr = new ResourceManager("system.security", typeof(SecurityResources).Assembly);
System.ServiceModel (11)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
System\ServiceModel\Administration\AdministrationHelpers.cs (2)
20if (baseType.IsPublic && baseType.Assembly == typeof(BindingElement).Assembly)
System\ServiceModel\ComIntegration\TypeCacheManager.cs (2)
358using (RegistryKey assemblyKey = clsidKey.OpenSubKey(typeof(TypeCacheManager).Assembly.ImageRuntimeVersion)) 404using (RegistryHandle assemblyKey = clsidKey.OpenSubKey(typeof(TypeCacheManager).Assembly.ImageRuntimeVersion))
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
59AddReferencedAssembly(typeof(ServiceContractGenerator).Assembly); 70AddReferencedAssembly(type.Assembly);
System\ServiceModel\Description\ServiceDescription.cs (2)
158(serviceType.Assembly == typeof(ServiceDescription).Assembly))
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
145context.ServiceContractGenerator.AddReferencedAssembly(typeof(System.Xml.Serialization.XmlTypeAttribute).Assembly);
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Diagnostics.Application.TD", typeof(TD).Assembly);
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceParser.cs (2)
937SR.Hosting_BuildProviderAmbiguousType(typeName, type.Assembly.FullName, t.Assembly.FullName)));
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Activation.TD", typeof(TD).Assembly);
System.ServiceModel.Activities (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Activities.TD", typeof(TD).Assembly);
System.ServiceModel.Channels (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Channels.TD", typeof(TD).Assembly);
System.ServiceModel.Discovery (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Discovery.TD", typeof(TD).Assembly);
System.ServiceModel.Internals (2)
System\Runtime\PartialTrustHelpers.cs (1)
78Assembly assembly = type.Assembly;
TraceCore.Designer.cs (1)
42resourceManager = new System.Resources.ResourceManager("System.Runtime.TraceCore", typeof(TraceCore).Assembly);
System.ServiceModel.Routing (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Routing.TD", typeof(TD).Assembly);
System.ServiceModel.Web (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Web.Diagnostics.Application.TD", typeof(TD).Assembly);
System.Transactions (1)
System\Transactions\DistributedTransactionPermission.cs (1)
133StringBuilder assemblyName = new StringBuilder(type.Assembly.ToString());
System.Web (52)
Administration\WebAdminConfigurationHelper.cs (3)
45Type tempType = typeof(HttpContext).Assembly.GetType("System.Web.Security.Membership"); 77Type tempType = typeof(HttpContext).Assembly.GetType("System.Web.Security.Membership"); 93Type tempType = typeof(HttpContext).Assembly.GetType("System.Web.Security.Roles");
Compilation\AssemblyBuilder.cs (1)
791AssemblyResolver.GetPathToReferenceAssembly(typeof(string).Assembly, out coreAssemblyFile);
Compilation\BrowserCapabilitiesCompiler.cs (2)
394baseType.Assembly == BrowserCapabilitiesCompiler.AspBrowserCapsFactoryAssembly) { 479Assembly assembly = BrowserCapabilitiesCompiler.GetBrowserCapabilitiesFactoryBaseType().Assembly;
Compilation\BuildManager.cs (9)
217typeof(HttpRuntime).Assembly, 218typeof(System.ComponentModel.Component).Assembly, 815return new HashSet<string>(methods.Select(m => m.DeclaringType.Assembly.FullName), StringComparer.OrdinalIgnoreCase); 950if (attribute.Type != null && !String.IsNullOrEmpty(attribute.MethodName) && attribute.Type.Assembly == assembly) { 1137while (type.Assembly != typeof(HttpRuntime).Assembly) { 1138_topLevelReferencedAssemblies.Add(type.Assembly); 1319type = typeof(BuildManager).Assembly.GetType(typeName, 3323string assemblyFullName = t.Assembly.FullName;
Compilation\BuildProvider.cs (1)
349if (results == null || type.Assembly != results.CompiledAssembly)
Compilation\BuildResult.cs (1)
811get { return _builtType.Assembly; }
Compilation\ClientBuildManager.cs (2)
273_host.RegisterAssembly(type.Assembly.FullName, type.Assembly.Location);
Compilation\DelayLoadType.cs (1)
52return Type.Assembly;
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (2)
198Assembly a = t.Assembly; 200string shortAssemblyName = Util.GetAssemblyShortName(t.Assembly);
Compilation\ProfileBuildProvider.cs (2)
112assemblyBuilder.AddAssemblyReference(baseType.Assembly, compileUnit); 129assemblyBuilder.AddAssemblyReference(property.PropertyType.Assembly, compileUnit);
DefaultHttpHandler.cs (1)
78if (!this.GetType().Assembly.GlobalAssemblyCache) {
ErrorFormatter.cs (1)
1063assemblyDir = System.Web.UI.Util.GetAssemblyCodeBase(declaringType.Assembly);
Handlers\AssemblyResourceLoader.cs (3)
133assembly = type.Assembly; 199if (assembly == typeof(AssemblyResourceLoader).Assembly) { 575assembly = typeof(AssemblyResourceLoader).Assembly;
Hosting\ApplicationManager.cs (1)
1191setup.AppDomainManagerAssembly = appDomainManagerType.Assembly.FullName;
HttpApplicationFactory.cs (2)
233_theApplicationType.Assembly); 234referencedAssemblies.Add(typeof(string).Assembly);
HttpContext.cs (1)
58internal static readonly Assembly SystemWebAssembly = typeof(HttpContext).Assembly;
HttpRuntime.cs (2)
2758Assembly assembly = t.Assembly; 3451if (!type.Assembly.GlobalAssemblyCache) {
parent\parent\parent\Misc\SecurityUtils.cs (1)
67DemandGrantSet(type.Assembly);
Profile\HttpProfileBase.cs (1)
92t = t.Assembly.GetType("ProfileGroup" + groupName, false);
UI\ClientScriptManager.cs (1)
177if (_scriptResourceMapping.GetDefinition("jquery", typeof(Page).Assembly) == null &&
UI\ControlBuilder.cs (2)
2519if (templateControlType.Assembly == typeof(HttpRuntime).Assembly)
UI\ObjectStateFormatter.cs (1)
870if (type.Assembly == HttpContext.SystemWebAssembly) {
UI\PageParser.cs (1)
629AddAssemblyDependency(typeof(TransactionOption).Assembly);
UI\TargetFrameworkUtil.cs (1)
476Assembly a = type.Assembly;
UI\TemplateParser.cs (3)
2915if (a == typeof(string).Assembly || a == typeof(Page).Assembly || a == typeof(Uri).Assembly)
UI\Util.cs (5)
1224return Util.FilePathFromFileUrl(t.Assembly.EscapedCodeBase); 1236if (t.Assembly.GlobalAssemblyCache) 1241return t.FullName + ", " + t.Assembly.GetName().Name; 1288if (assembly.FullName == typeof(string).Assembly.FullName) { 1345if (referencedAssembly == typeof(string).Assembly)
UI\WebParts\WebPartUtil.cs (1)
66if (type.Assembly.GlobalAssemblyCache) {
System.Web.ApplicationServices (2)
ApplicationServicesStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.ApplicationServicesStrings", typeof(ApplicationServicesStrings).Assembly);
Hosting\CustomLoaderHelper.cs (1)
22private static readonly string _customLoaderAssemblyName = typeof(CustomLoaderHelper).Assembly.FullName;
System.Web.DataVisualization (5)
Common\Borders3D\Borders3D.cs (1)
689 ((Type)registeredBorderTypes[name]).Assembly.
Common\ChartTypes\ChartTypeRegistry.cs (1)
229 ((Type)registeredChartTypes[name]).Assembly.
Common\Formulas\FormulaRegistry.cs (1)
138 ((Type)registeredModules[name]).Assembly.
Common\General\Chart.cs (1)
447Type selectArgsType = dataSource.GetType().Assembly.GetType("System.Web.UI.DataSourceSelectArguments", true);
Common\Utilities\XmlSerializer.cs (1)
2973Assembly assembly = listItemPI.PropertyType.Assembly;
System.Web.DynamicData (2)
DynamicData\ModelProviders\EFDataModelProvider.cs (1)
31_context.MetadataWorkspace.LoadFromAssembly(ContextType.Assembly);
Resources\DynamicDataResources.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.DynamicDataResources", typeof(DynamicDataResources).Assembly);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1190_ctx.MetadataWorkspace.LoadFromAssembly(contextType.Assembly);
System.Web.Entity.Design (2)
Properties\Resources.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.UI.Design.WebControls.Properties.Resources", typeof(Resources).Assembly);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
668var assembly = type.Assembly;
System.Web.Extensions (9)
Compilation\WCFBuildProvider.cs (1)
142assemblyBuilder.AddAssemblyReference(typeof(System.Data.Services.Client.DataServiceContext).Assembly);
Compilation\WCFModel\DataSvcMapFileLoader.cs (1)
61using (var stream = typeof(DataSvcMapFileImpl).Assembly.GetManifestResourceStream(typeof(DataSvcMapFileImpl), @"Schema.DataServiceMapSchema.xsd"))
Compilation\WCFModel\SvcMapFileLoader.cs (1)
61using (var stream = typeof(SvcMapFileImpl).Assembly.GetManifestResourceStream(typeof(SvcMapFileImpl), @"Schema.ServiceMapSchema.xsd"))
Resources\AtlasWeb.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.AtlasWeb", typeof(AtlasWeb).Assembly);
Resources\WCFModelStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.WCFModelStrings", typeof(WCFModelStrings).Assembly);
Script\Services\WebServiceClientProxyGenerator.cs (1)
37DateTime lastModifiedDate = GetAssemblyModifiedTime(webServiceData.TypeData.Type.Assembly);
UI\AssemblyCache.cs (2)
21public static readonly Assembly SystemWebExtensions = typeof(ScriptManager).Assembly; 22public static readonly Assembly SystemWeb = typeof(Page).Assembly;
UI\PageRequestManager.cs (1)
476string focusResourceUrl = _owner.GetScriptResourceUrl("Focus.js", typeof(HtmlForm).Assembly);
System.Web.Services (4)
System\Web\Services\Description\WebCodeGenerator.cs (1)
46a = typeof(WebCodeGenerator).Assembly;
System\Web\Services\Protocols\ServerType.cs (1)
34return Type.Assembly.Evidence;
System\Web\Services\Protocols\SoapServerMethod.cs (1)
186return type.Assembly.Evidence;
System\Web\Services\Protocols\XmlReturnReader.cs (1)
88return type.Assembly.Evidence;
System.Windows.Forms (9)
misc\SecurityUtils.cs (1)
67DemandGrantSet(type.Assembly);
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
winforms\Managed\System\Resources\ResXDataNode.cs (2)
1056if (result.Assembly.GlobalAssemblyCache || IsNetFrameworkAssembly(result.Assembly.Location)) {
winforms\Managed\System\WinForms\Application.cs (1)
1049assemblyLoc = typeof(Application).Assembly.Location;
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
239ComponentManagerBroker broker = (ComponentManagerBroker)domain.CreateInstanceAndUnwrap(ourType.Assembly.FullName, ourType.FullName);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (1)
85a = t.Assembly;
winforms\Managed\System\WinForms\DataObject.cs (1)
1777AssemblyName assemblyName = new AssemblyName(typeof(Bitmap).Assembly.FullName);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
757binaryCompatibitlityType = typeof(Object).GetTypeInfo().Assembly.GetType("System.Runtime.Versioning.BinaryCompatibility", false);
System.Windows.Forms.DataVisualization (5)
Common\Borders3D\Borders3D.cs (1)
689 ((Type)registeredBorderTypes[name]).Assembly.
Common\ChartTypes\ChartTypeRegistry.cs (1)
229 ((Type)registeredChartTypes[name]).Assembly.
Common\Formulas\FormulaRegistry.cs (1)
138 ((Type)registeredModules[name]).Assembly.
Common\General\Chart.cs (1)
447Type selectArgsType = dataSource.GetType().Assembly.GetType("System.Web.UI.DataSourceSelectArguments", true);
Common\Utilities\XmlSerializer.cs (1)
2973Assembly assembly = listItemPI.PropertyType.Assembly;
System.Workflow.Activities (33)
Common\DelegateTypeInfo.cs (1)
97paramType = paramType.Assembly.GetType(paramType.FullName.Substring(0, paramType.FullName.Length - 1), true);
Designers\StateDesigner.cs (1)
2769ResourceManager resourceManager = new ResourceManager(nameSpace, designerTheme.DesignerType.Assembly);
InvokeSchedule.cs (1)
212if (targetWorkflowType.Assembly == null && typeProvider.LocalAssembly != null)
Rules\Expressions.cs (1)
1386validation.DetermineExtensionMethods(containingClassType.Assembly);
Rules\Parser\Parser.cs (22)
242if (computedType.Assembly == thisType.Assembly) 365if (computedType.Assembly == thisType.Assembly) 377if (computedType.Assembly == thisType.Assembly) 412if (computedType.Assembly == thisType.Assembly) 482&& (methodInfo.DeclaringType.Assembly == thisType.Assembly); 492&& (fieldInfo.DeclaringType.Assembly == thisType.Assembly); 500&& (type.Assembly == thisType.Assembly)); 641allTypes = validation.ThisType.Assembly.GetTypes(); 675if (type.IsNotPublic && (type.Assembly != null && type.Assembly != validation.ThisType.Assembly)) 1943if (type.Assembly == validation.ThisType.Assembly) 2255if (currentType.Assembly == validation.ThisType.Assembly)
Rules\RuleValidation.cs (7)
957this.typeProvider = new SimpleRunTimeTypeProvider(this.thisType.Assembly); 967this.typeProvider = (typeProvider != null) ? typeProvider : new SimpleRunTimeTypeProvider(this.thisType.Assembly); 1056return type.Assembly == thisType.Assembly; 2289accessorMethod.DeclaringType.Assembly, RuleValidation.IsPrivate(accessorMethod), RuleValidation.IsInternal(accessorMethod), accessorMethod.IsStatic); 2297accessorMethod.DeclaringType.Assembly, RuleValidation.IsPrivate(accessorMethod), RuleValidation.IsInternal(accessorMethod), accessorMethod.IsStatic); 2343if (isInternal && ThisType.Assembly != methodAssembly)
System.Workflow.ComponentModel (79)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
84if (attributeType.Assembly == null)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
187if (alreadyExists && attributeType.Assembly != null)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (6)
63if (runtimeType.Assembly == null) 84if (runtimeType.Assembly == null) 118if (type.Assembly == null) 122return this.runtimeType.Assembly; 129return this.FullName + ", " + this.runtimeType.Assembly.FullName; 657if (type.Assembly == removedAssembly)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (11)
241if (type.Assembly != null) 249assemblyName = type.Assembly.FullName; 356if (elementType.Assembly != null) 357returnType = elementType.Assembly.GetType(name, false); 472if (this.designTimeTypes != null && this.designTimeTypes.Count > 0 && returnType.Assembly != null && returnType.IsGenericTypeDefinition) 665if (firstType.Assembly != secondType.Assembly) 668if (firstType.Assembly != null) 695if (toType.Assembly == null && fromType.Assembly != null) 974if (type.Assembly == assembly)
AuthoringOM\Compiler\XomlCompiler.cs (1)
695string mscorlibPath = typeof(object).Assembly.Location;
AuthoringOM\ComponentFactoryHelpers.cs (2)
187componentType = referenceType.Assembly.GetType(typeFullName, false); 220System.Resources.ResourceManager resourceManager = new System.Resources.ResourceManager("System.Workflow.ComponentModel.StringResources", typeof(System.Workflow.ComponentModel.Activity).Assembly);
AuthoringOM\Design\ActivityDesigner.cs (1)
2001designerType = activityType.Assembly.GetType(designerTypeName);
AuthoringOM\Design\CommandSet.cs (1)
940extendedUIService.AddAssemblyReference(pastedActivity.GetType().Assembly.GetName());
AuthoringOM\Design\ComponentSerializationService.cs (1)
354Assembly a = activity.GetType().Assembly;
AuthoringOM\Design\CustomActivityDesigner.cs (2)
382if (type is DesignTimeType && rootComponentType != null && rootComponentType.Assembly == type.Assembly)
AuthoringOM\Design\DesignerHelpers.cs (1)
1500ResourceManager resourceManager = new ResourceManager(nameSpace, designerTheme.DesignerType.Assembly);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
1114provider.AddAssemblyReference(typeof(string).Assembly.Location);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (12)
367if (type.Assembly == null) 455if (type.Assembly != null) 457node = assemblyNodes[type.Assembly] as TreeNode; 460node = new TreeNode(type.Assembly.GetName().Name, 3, 3); 461node.Tag = type.Assembly; 463assemblyNodes[type.Assembly] = node; 879if ((namespaceToFilter == null || type.Namespace == namespaceToFilter) && ((selectedAssemblies.Count == 0 && type.Assembly == null) || selectedAssemblies.Contains(type.Assembly)) && (this.typeFilterProvider == null || this.typeFilterProvider.CanFilterType(extendedUIService != null ? extendedUIService.GetRuntimeType(type) : type, false))) 926if (selectedType.Assembly != null) 927assemblyName = selectedType.Assembly.GetName().Name; 1236keywords[2] = (selectedType.Assembly != null) ? selectedType.Assembly.GetName().FullName : "<Current Project>";
AuthoringOM\Design\PropertyDescriptors.cs (1)
512if (memberInfo.DeclaringType != objectType && !isProtectedOrPublicMember && !(memberInfo.DeclaringType.Assembly == null && isInternalMember))
AuthoringOM\Design\Themes.cs (2)
712Stream stream = designerType.Assembly.GetManifestResourceStream(designerType, themeAttrib.Xml); 714stream = designerType.Assembly.GetManifestResourceStream(WorkflowTheme.ThemeResourceNS + themeAttrib.Xml);
AuthoringOM\Design\WinOEToolBoxItem.cs (8)
32if ((type.Assembly == Assembly.GetExecutingAssembly() || 33type.Assembly != null && type.Assembly.FullName != null && 34type.Assembly.FullName.Equals(AssemblyRef.ActivitiesAssemblyRef, StringComparison.OrdinalIgnoreCase)) && 139if (activityType.Assembly != null && activityType.Assembly.FullName != null) 141if ((activityType.Assembly.FullName.Equals(AssemblyRef.ActivitiesAssemblyRef, StringComparison.OrdinalIgnoreCase) || 142activityType.Assembly.FullName.Equals(Assembly.GetExecutingAssembly().FullName, StringComparison.OrdinalIgnoreCase)) &&
AuthoringOM\Design\WorkflowInlining.cs (1)
455if (workflowType.Assembly == null && typeProvider.LocalAssembly != null)
AuthoringOM\ScheduleChanges.cs (3)
601typeProvider.SetLocalAssembly(companionType.Assembly); 602typeProvider.AddAssembly(companionType.Assembly); 604foreach (AssemblyName assemblyName in companionType.Assembly.GetReferencedAssemblies())
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (4)
218if (serializer.GetType().Assembly != typeof(CodeDomSerializer).Assembly && 219serializer.GetType().Assembly != Assembly.GetExecutingAssembly() && 220serializer.GetType().Assembly != Assembly.Load(AssemblyRef.ActivitiesAssemblyRef))
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (1)
105if (instance is CompositeActivity && sourceAttrs.Length > 0 && type.Assembly == serializationManager.LocalAssembly)
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (1)
78if (argType.Assembly != null)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (3)
156string assemblyName = (type.Assembly != null && type.Assembly != this.localAssembly) ? type.Assembly.FullName : String.Empty;
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (12)
336if (type.Assembly.FullName.Equals(AssemblyRef.RuntimeAssemblyRef, StringComparison.Ordinal)) 341if (type.Assembly.FullName.Equals(AssemblyRef.ActivitiesAssemblyRef, StringComparison.Ordinal)) 346else if (type.Assembly == Assembly.GetExecutingAssembly()) 355object[] xmlnsDefinitions = type.Assembly.GetCustomAttributes(typeof(XmlnsDefinitionAttribute), true); 361if (type.Assembly == manager.LocalAssembly) 368prefix = GetPrefix(manager, type.Assembly, xmlNamespace); 370WorkflowMarkupSerializerMapping mapping = new WorkflowMarkupSerializerMapping(prefix, xmlNamespace, clrNamespace, assemblyName, type.Assembly.FullName); 380if (type.Assembly == manager.LocalAssembly) 388prefix = GetPrefix(manager, type.Assembly, xmlNamespace); 390matchingMapping = new WorkflowMarkupSerializerMapping(prefix, xmlNamespace, clrNamespace, assemblyName, type.Assembly.FullName); 405if (type.Assembly == null) 411return type.Assembly.FullName;
Shared\DelegateTypeInfo.cs (1)
96paramType = paramType.Assembly.GetType(paramType.FullName.Substring(0, paramType.FullName.Length - 1), true);
Shared\XomlSerializationHelpers.cs (1)
110System.Resources.ResourceManager resourceManager = new System.Resources.ResourceManager("System.Workflow.ComponentModel.StringResources", typeof(System.Workflow.ComponentModel.ActivityBind).Assembly);
System.Workflow.Runtime (18)
DebugEngine\DebugController.cs (1)
1015this.controllerConduit.ScheduleTypeLoaded(this.programId, scheduleTypeId, scheduleType.Assembly.FullName, fileName, md5Digest, isDynamic, scheduleType.FullName, scheduleType.Name, stringWriter.ToString());
System\Activities\Statements\Interop.cs (3)
1033typeProvider.SetLocalAssembly(rootType.Assembly); 1034typeProvider.AddAssembly(rootType.Assembly); 1036foreach (AssemblyName assemblyName in rootType.Assembly.GetReferencedAssemblies())
Tracking\SqlTrackingQuery.cs (1)
226param = new SqlParameter("@AssemblyFullName", opt.WorkflowType.Assembly.FullName);
Tracking\SqlTrackingService.cs (10)
634cmd.Parameters.Add(this._dbResourceAllocator.NewDbParameter("@AssemblyFullName", workflowType.Assembly.FullName)); 1250command.Parameters.Add(DbResourceAllocator.NewDbParameter("@AssemblyFullName", (xamlInst ? _parameters.InstanceId.ToString() : _parameters.WorkflowType.Assembly.FullName))); 1295command.Parameters.Add(DbResourceAllocator.NewDbParameter("@AssemblyFullName", (null == workflowType ? workflowInstanceId.ToString() : workflowType.Assembly.FullName))); 1440command.Parameters.Add(DbResourceAllocator.NewDbParameter("@EventArgAssemblyFullName1", t.Assembly.FullName)); 1462command.Parameters.Add(DbResourceAllocator.NewDbParameter("@EventArgAssemblyFullName2", t.Assembly.FullName)); 1781command.Parameters.Add(DbResourceAllocator.NewDbParameter("@UserDataAssemblyFullName", t.Assembly.FullName)); 1855command.Parameters.Add(DbResourceAllocator.NewDbParameter("@AssemblyFullName" + index, ((null == t) ? null : t.Assembly.FullName))); 2376addedActivity.ActivityTypeAssemblyFullName = type.Assembly.FullName; 2401addedActivity.ActivityTypeAssemblyFullName = type.Assembly.FullName; 2583writer.WriteElementString("AssemblyFullName", t.Assembly.FullName);
WorkflowRuntime.cs (3)
1425typeProvider.SetLocalAssembly(companionType.Assembly); 1426typeProvider.AddAssembly(companionType.Assembly); 1428foreach (AssemblyName assemblyName in companionType.Assembly.GetReferencedAssemblies())
System.WorkflowServices (6)
ImageResources.designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ImageResources", typeof(ImageResources).Assembly);
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
49typeName += ", " + parameterInfo.ParameterType.Assembly.FullName;
System\Workflow\Activities\TypedOperationInfo.cs (1)
132(typeProvider.LocalAssembly != null && typeProvider.LocalAssembly.Equals(contractType.Assembly)))
System\Workflow\Runtime\WorkflowDefinitionContext.cs (3)
67typeProvider.SetLocalAssembly(companionType.Assembly); 68typeProvider.AddAssembly(companionType.Assembly); 70foreach (AssemblyName assemblyName in companionType.Assembly.GetReferencedAssemblies())
System.Xaml.Hosting (1)
TD.Designer.cs (1)
43resourceManager = new System.Resources.ResourceManager("System.Xaml.Hosting.TD", typeof(TD).Assembly);
System.Xml (21)
parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
86Type appContextType = typeof(object).Assembly.GetType("System.AppContext");
System\Xml\Core\BinaryCompatibility.cs (1)
22binaryCompatabilityType = typeof(Object).GetTypeInfo().Assembly.GetType("System.Runtime.Versioning.BinaryCompatibility", false);
System\Xml\Serialization\CodeExporter.cs (1)
103a = typeof(CodeExporter).Assembly;
System\Xml\Serialization\Compilation.cs (10)
166AssemblyName name = GetName(type.Assembly, true); 224serializerName = type.Assembly.FullName; 225serializer = type.Assembly; 278Module[] modules = type.Assembly.GetModules(); 307Assembly a = t.Assembly; 319compiler.AddImport(typeof(object).Assembly); 320compiler.AddImport(typeof(XmlSerializer).Assembly); 331writer.WriteLine("[assembly:System.Reflection.AssemblyVersionAttribute(\"" + types[0].Assembly.GetName().Version.ToString() + "\")]"); 455string assemblyVersion = types[0].Assembly.GetName().Version.ToString(); 512return writerType.Assembly;
System\Xml\Serialization\XmlAttributes.cs (1)
80ignoreAttributeType = typeof(object).Assembly.GetType("System.XmlIgnoreMemberAttribute");
System\Xml\Serialization\XmlSerializationWriter.cs (3)
3256Assembly assembly = type.Assembly; 3475string assemblyFullName = type.Assembly.FullName; 3483WriteQuotedCSharpString(DynamicAssemblies.GetName(type.Assembly)/*assemblyFullName*/);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
2322Type xName = type.Assembly.GetType("System.Xml.Linq.XName");
System\Xml\Serialization\XmlSerializer.cs (3)
613assembly = type.Assembly; 614else if (type.Assembly != assembly) { 655return Compiler.GetTempAssemblyName(type.Assembly.GetName(), defaultNamespace);
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
364Assembly a = t.Assembly;
WindowsBase (3)
Base\MS\Internal\BaseHashHelper.cs (1)
54Assembly assembly = type.Assembly;
Shared\MS\Internal\HashHelper.cs (1)
48BaseHashHelper.RegisterTypes(typeof(HashHelper).Assembly, types);
Shared\MS\Internal\Permissions\InternalPermissions.cs (1)
108StringBuilder AssemblyName = new StringBuilder(type.Assembly.ToString());
XamlBuildTask (7)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (1)
311if (!paramType.UnderlyingType.Assembly.ReflectionOnly)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
330cads = CustomAttributeData.GetCustomAttributes(t.Assembly);
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (3)
48else if (!xamlType.UnderlyingType.Assembly.ReflectionOnly && 49xamlType.UnderlyingType.Assembly != typeof(object).Assembly)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (2)
278assemblies.Add(typeof(Object).Assembly); 290return typeof(Object).Assembly;