Implemented interface member:
property
FullName
System.Runtime.InteropServices._Type.FullName
13 overrides of FullName
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
118public override String FullName {
system\reflection\emit\generictypeparameterbuilder.cs (1)
113public override String FullName { get { return null; } }
system\reflection\emit\symboltype.cs (1)
388public override String FullName
system\reflection\emit\typebuilder.cs (1)
1096public override String FullName
system\reflection\emit\typebuilderinstantiation.cs (1)
111public override String FullName
system\reflection\typedelegator.cs (1)
70public override String FullName {
system\rttype.cs (1)
3833public override String FullName
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1074public override string FullName { get { return _baseReflectionType.FullName; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1074public override string FullName { get { return _baseReflectionType.FullName; } }
System.Web (1)
Compilation\DelayLoadType.cs (1)
68public override string FullName {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
254public override string FullName
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
149public override string FullName
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
105public override string FullName
2860 references to FullName
ComSvcConfig (1)
SvcFileManager.cs (1)
201typeof(WasHostedComPlusFactory).FullName,
Microsoft.Activities.Build (5)
Microsoft\Activities\Build\Debugger\DebugBuildExtension.cs (2)
21private static string debugSymbolTypeFullName = typeof(DebugSymbol).FullName; 55string.CompareOrdinal(reader.Member.DeclaringType.UnderlyingType.FullName, debugSymbolTypeFullName) == 0)
Microsoft\Activities\Build\Expressions\ExpressionsBuildExtension.cs (1)
112LogError(SR.ExpressionBuildExtensionConstructorFailed(type.FullName, ctorException != null ? ctorException.Message : string.Empty));
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (2)
84buildContext.MarkupItemsByTypeName.TryGetValue(type.FullName, out inputTaskItem); 92string message = SR.ValidationBuildExtensionConstructorFailed(type.FullName, ex != null ? ex.Message : string.Empty);
mscorlib (220)
system\appdomain.cs (2)
165list[i].Method.ReflectedType.FullName+"::"+list[i].Method.Name); 171info.TargetTypeName=list[i].Method.ReflectedType.FullName;
system\badimageformatexception.cs (1)
86String s = GetType().FullName + ": " + Message;
system\convert.cs (2)
318throw new InvalidCastException(Environment.GetResourceString("InvalidCast_FromTo", value.GetType().FullName, targetType.FullName));
system\delegateserializationholder.cs (2)
42DelegateEntry de = new DelegateEntry(delegateType.FullName, delegateType.Module.Assembly.FullName, target, 43method.ReflectedType.Module.Assembly.FullName, method.ReflectedType.FullName, method.Name);
system\diagnostics\eventing\eventsource.cs (5)
3156string fullTypeNameToFind = attributeType.FullName; 3222string.Equals(attributeType.FullName, reflectedAttributeType.FullName, StringComparison.Ordinal) || 3251if (reflectionOnly && eventSourceType.FullName != typeof(EventSource).FullName ||
system\diagnostics\stacktrace.cs (1)
670sb.Append(t.FullName.Replace('+', '.'));
system\exception.cs (2)
492result.Append(t.FullName); 508result.Append(t.FullName);
system\globalization\japanesecalendar.cs (1)
356throw new TypeInitializationException(this.GetType().FullName, e);
system\globalization\koreancalendar.cs (1)
104throw new TypeInitializationException(this.GetType().FullName, e);
system\globalization\taiwancalendar.cs (1)
101throw new TypeInitializationException(this.GetType().FullName, e);
system\io\fileloadexception.cs (1)
100String s = GetType().FullName + ": " + Message;
system\io\filenotfoundexception.cs (1)
87String s = GetType().FullName + ": " + Message;
system\io\streamwriter.cs (1)
890String message = Environment.GetResourceString("IO_StreamWriterBufferedDataLost", streamWriter.stream.GetType().FullName, fileName, callStack);
system\io\unmanagedmemoryaccessor.cs (2)
565throw new ArgumentException(Environment.GetResourceString("Argument_NotEnoughBytesToRead", typeof(T).FullName), "position"); 1049throw new ArgumentException(Environment.GetResourceString("Argument_NotEnoughBytesToWrite", typeof(T).FullName), "position");
system\object.cs (1)
187if(t.FullName.Equals(typeName))
system\reflection\assembly.cs (1)
789throw new NotSupportedException(Environment.GetResourceString("NotSupported_NoTypeInfo", types[i].FullName));
system\reflection\customattribute.cs (4)
512return String.Format(CultureInfo.CurrentCulture, "[{0}({1}{2})]", Constructor.DeclaringType.FullName, ctorArgs, namedArgs); 919return String.Format(CultureInfo.CurrentCulture, typed ? "{0}" : "({1}){0}", Value, ArgumentType.FullName); 931return String.Format(CultureInfo.CurrentCulture, "typeof({0})", ((Type)Value).FullName); 939result = String.Format(CultureInfo.CurrentCulture, @"new {0}[{1}] {{ ", elementType.IsEnum ? elementType.FullName : elementType.Name, array.Count);
system\reflection\emit\assemblybuilder.cs (2)
2127return AddExportedTypeOnDisk(GetNativeHandle(), type.FullName, tkResolutionScope, tkTypeDef, type.Attributes); 2142return AddExportedTypeInMemory(GetNativeHandle(), type.FullName, tkResolutionScope, tkTypeDef, type.Attributes);
system\reflection\emit\assemblybuilderdata.cs (1)
422BCLDebug.Log("DYNIL","## DYNIL LOGGING: AssemblyBuilderData.AddPublicComType( " + type.FullName + " )");
system\reflection\emit\modulebuilder.cs (1)
488String typeName = type.FullName;
system\reflection\fieldinfo.cs (1)
715return String.Format("{0}.{1}", DeclaringType.FullName, Name);
system\reflection\methodbase.cs (1)
306return String.Format("{0}.{1}", DeclaringType.FullName, FormatNameAndSig());
system\reflection\typedelegator.cs (1)
71get{return typeImpl.FullName;}
system\resources\filebasedresourcegroveler.cs (1)
68throw new MissingManifestResourceException(Environment.GetResourceString("MissingManifestResource_NoNeutralDisk") + Environment.NewLine + "baseName: " + _mediator.BaseNameField + " locationInfo: " + (_mediator.LocationInfo == null ? "<null>" : _mediator.LocationInfo.FullName) + " fileName: " + _mediator.GetResourceFileName(culture));
system\resources\resourcemanager.cs (3)
263internal static readonly String ResReaderTypeName = typeof(ResourceReader).FullName; 264internal static readonly String ResSetTypeName = typeof(RuntimeResourceSet).FullName; 1117String reswFilename = _locationInfo == null ? BaseNameField : _locationInfo.FullName;
system\resources\resourcereader.cs (1)
847throw new BadImageFormatException(Environment.GetResourceString("BadImageFormat_ResType&SerBlobMismatch", type.FullName, graph.GetType().FullName));
system\runtime\interopservices\attributes.cs (10)
255_val = sourceInterface.FullName; 259_val = sourceInterface1.FullName + "\0" + sourceInterface2.FullName; 263_val = sourceInterface1.FullName + "\0" + sourceInterface2.FullName + "\0" + sourceInterface3.FullName; 267_val = sourceInterface1.FullName + "\0" + sourceInterface2.FullName + "\0" + sourceInterface3.FullName + "\0" + sourceInterface4.FullName;
system\runtime\interopservices\marshal.cs (2)
287throw new ArgumentException(Environment.GetResourceString("Argument_OffsetOfFieldNotFound", t.FullName), "fieldName"); 2377return type.FullName;
system\runtime\interopservices\registrationservices.cs (6)
390RecordVersionKey.SetValue("Class", type.FullName); 415String strDocString = strDocStringPrefix + type.FullName; 452InProcServerKey.SetValue("Class", type.FullName); 461VersionSubKey.SetValue("Class", type.FullName); 512InProcServerKey.SetValue("Class", type.FullName); 527VersionSubKey.SetValue("Class", type.FullName);
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (1)
30String strNameSpace = NameSpaceExtractor.ExtractNameSpace( m_EventItfType.FullName );
system\runtime\interopservices\windowsruntime\custompropertyimpl.cs (1)
120accessor.DeclaringType.FullName));
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1242WinRTClassActivator activator = (WinRTClassActivator)hostDomain.CreateInstanceAndUnwrap(typeof(WinRTClassActivator).Assembly.FullName, typeof(WinRTClassActivator).FullName);
system\runtime\remoting\channelservices.cs (1)
1099String chnlType = chnl.GetType().FullName;
system\runtime\remoting\configuration.cs (6)
498type.FullName)); 529type.FullName, ctor)); 603type.FullName, 615type.FullName, 629type.FullName)); 652type.FullName,
system\runtime\remoting\message.cs (6)
524mb.DeclaringType.FullName, mb.Name, 557paramType.FullName, i)); 573pt.FullName, i)); 3014String ifaceTypeName = iface.FullName; 3039String serverTypeName = serverType.FullName; 4745Message.DebugOut("MethodCall::FillHeaders: Value.GetClass: " + (value == null ? "NULL" : value.GetType().FullName) + "\n");
system\runtime\remoting\objref.cs (1)
280Message.DebugOut("CanCastTo returning " + fCastOK + " for type " + castType.FullName + "\n");
system\runtime\remoting\realproxy.cs (1)
188svrType.FullName,
system\runtime\remoting\remotingattributes.cs (1)
674string name = t.FullName;
system\runtime\remoting\remotingconfiguration.cs (4)
374TypeName = type.FullName; 433TypeName = type.FullName; 497TypeName = type.FullName; 567TypeName = type.FullName;
system\runtime\remoting\remotingproxy.cs (1)
581return GetProxiedType().FullName;
system\runtime\remoting\remotingservices.cs (4)
1395Message.DebugOut("Creating Proxy for type " + serverType.FullName + "\n"); 1463serverType.FullName, 1464classToProxy.FullName)); 1490classToProxy.FullName + "\n");
system\runtime\remoting\remotingsurrogateselector.cs (4)
92Message.DebugOut("Entered GetSurrogate for " + type.FullName + "\n"); 96Message.DebugOut("Selected surrogate for " + type.FullName); 154Message.DebugOut("RemotingSurrogate::GetObjectData obj.Type: " + obj.GetType().FullName + " \n"); 341sb.Append(ex.GetType().FullName);
system\runtime\remoting\soap.cs (2)
487String actualTypeName = mb.DeclaringType.FullName; 533typeName = mb.DeclaringType.FullName + ", " + rtModule.GetRuntimeAssembly().GetSimpleName();
system\runtime\remoting\stackbuildersink.cs (3)
392mb.DeclaringType.FullName, srvType.FullName)); 420mbr.GetType().FullName));
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
70typeInformation = type.FullName; 132typeInformation = type.FullName;
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
180typeName = type.FullName;
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
155objectType.FullName, objectType.Assembly.FullName)); 859throw new SerializationException(Environment.GetResourceString("Serialization_MissingMember", cache.memberNames[i], objectType, typeof(OptionalFieldAttribute).FullName));
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
337t.FullName, t.Assembly.FullName)); 461throw new ArgumentException(Environment.GetResourceString("Serialization_MBRAsMBV", t.FullName));
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
824this.NIFullName = NItype.FullName;
system\runtime\serialization\formatterservices.cs (5)
218throw new SecurityException(Environment.GetResourceString("Serialization_TypeSecurity", advancedTypes[i].FullName, t.FullName)); 266throw new SerializationException(Environment.GetResourceString("Serialization_Security", type.FullName), e); 523return type.FullName; 527StringBuilder builder = new StringBuilder(type.GetGenericTypeDefinition().FullName).Append("[");
system\runtime\serialization\objectclonehelper.cs (1)
163typeof(OptionalFieldAttribute).FullName));
system\runtime\serialization\objectmanager.cs (1)
262throw new SerializationException(String.Format(CultureInfo.CurrentCulture, Environment.GetResourceString("Serialization_NotCyclicallyReferenceableSurrogate"), surrogate.GetType().FullName));
system\runtime\serialization\serializationinfo.cs (2)
80m_fullTypeName = type.FullName; 160m_fullTypeName = type.FullName;
system\security\codeaccesspermission.cs (2)
173Contract.Assert( perm.GetType().FullName.Equals( permname ), "Incorrect class name passed in! Was: " + permname + " Should be " + perm.GetType().FullName);
system\security\codeaccesssecurityengine.cs (2)
782throw new PolicyException(Environment.GetResourceString("Policy_NullHostGrantSet", securityManager.GetType().FullName)); 805throw new PolicyException(Environment.GetResourceString("Policy_GrantSetDoesNotMatchDomain", securityManager.GetType().FullName));
system\security\cryptography\utils.cs (1)
1046string fullName = t.FullName;
system\security\cryptography\x509certificates\x509certificate.cs (1)
418return GetType().FullName;
system\security\namedpermissionset.cs (1)
139Contract.Assert( this.GetType().FullName.Equals( "System.Security.NamedPermissionSet" ), "Class name changed!" );
system\security\permissions\environmentpermission.cs (3)
236Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 252Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 295Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)
system\security\permissions\filedialogpermission.cs (3)
105throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 142throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 181throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\fileiopermission.cs (3)
643throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 669throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 721throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\gacidentitypermission.cs (3)
79throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 88throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 97throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\hostprotectionpermission.cs (4)
225throw new ArgumentException( Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) ); 234throw new ArgumentException( Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) ); 244throw new ArgumentException( Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) ); 264SecurityElement esd = CodeAccessPermission.CreatePermissionElement( this, this.GetType().FullName );
system\security\permissions\isolatedstoragefilepermission.cs (3)
44Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 95Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 109Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)
system\security\permissions\isolatedstoragepermission.cs (1)
202return ToXml ( this.GetType().FullName );
system\security\permissions\keycontainerpermission.cs (3)
449throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 484throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 506throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\principalpermission.cs (4)
260Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 277Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 379Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 526Contract.Assert( this.GetType().FullName.Equals( "System.Security.Permissions.PrincipalPermission" ), "Class name changed!" );
system\security\permissions\publisheridentitypermission.cs (3)
148throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 182throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 221throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\reflectionpermission.cs (3)
177Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 217Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 231Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)
system\security\permissions\registrypermission.cs (3)
254throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 279Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 331Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)
system\security\permissions\securitypermission.cs (3)
165Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 176Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 197Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)
system\security\permissions\siteidentitypermission.cs (3)
187throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 221throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 261throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\strongnameidentitypermission.cs (3)
286throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 322throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 362throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\uipermission.cs (3)
262Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 278Environment.GetResourceString("Argument_WrongType", this.GetType().FullName) 301Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)
system\security\permissions\urlidentitypermission.cs (3)
218throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 252throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 292throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissions\zoneidentitypermission.cs (3)
222throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 233throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName)); 247throw new ArgumentException(Environment.GetResourceString("Argument_WrongType", this.GetType().FullName));
system\security\permissionset.cs (5)
1761throw new ArgumentException(String.Format( null, Environment.GetResourceString( "Argument_InvalidXMLElement" ), "PermissionSet", this.GetType().FullName) ); 1863throw new ArgumentException(String.Format( null, Environment.GetResourceString( "Argument_InvalidXMLElement" ), "PermissionSet", this.GetType().FullName) ); 2184elTrunk.AddAttribute( "class", this.GetType().FullName); 2221Contract.Assert( this.GetType().FullName.Equals( "System.Security.PermissionSet" ), "Class name changed! Was: System.Security.PermissionSet Should be:" + this.GetType().FullName);
system\security\policy\allmembershipcondition.cs (1)
68Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.AllMembershipCondition" ), "Class name changed!" );
system\security\policy\applicationdirectory.cs (1)
82Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.ApplicationDirectory" ), "Class name changed!" );
system\security\policy\applicationdirectorymembershipcondition.cs (1)
107BCLDebug.Assert( this.GetType().FullName.Equals( "System.Security.Policy.ApplicationDirectoryMembershipCondition" ), "Class name changed!" );
system\security\policy\assemblyevidencefactory.cs (1)
236throw new InvalidOperationException(Environment.GetResourceString("Policy_NullHostEvidence", securityManager.GetType().FullName, targetAssembly.FullName));
system\security\policy\codegroup.cs (4)
317return this.GetType().FullName; 336Contract.Assert( this.GetType().FullName.Equals( policyClassName ), "Incorrect class name passed in! Was: " + policyClassName + " Should be " + this.GetType().FullName); 450throw new ArgumentException( String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "Argument_InvalidXMLElement" ), "IMembershipCondition", this.GetType().FullName ) );
system\security\policy\evidence.cs (4)
736throw new InvalidOperationException(Environment.GetResourceString("Policy_DuplicateEvidence", duplicate.GetType().FullName)); 1330string hostType = AppDomain.CurrentDomain.HostSecurityManager.GetType().FullName; 1331string recievedType = hostEvidence.GetType().FullName; 1332string requestedType = type.FullName;
system\security\policy\gac.cs (1)
58SecurityElement elem = new SecurityElement( this.GetType().FullName );
system\security\policy\gacmembershipcondition.cs (1)
75System.Security.Util.XMLUtil.AddClassAttribute( root, this.GetType(), this.GetType().FullName );
system\security\policy\hash.cs (2)
336using (HashAlgorithm hash = HashAlgorithm.Create(hashType.FullName)) 500BCLDebug.Assert(this.GetType().FullName.Equals("System.Security.Policy.Hash"), "Class name changed!");
system\security\policy\hashmembershipcondition.cs (3)
173Contract.Assert(this.GetType().FullName.Equals("System.Security.Policy.HashMembershipCondition"), "Class name changed!"); 179root.AddAttribute(s_tagHashAlgorithm, HashAlgorithm.GetType().FullName); 257throw new ArgumentException(Environment.GetResourceString("Argument_InvalidXMLElement", s_tagHashValue, this.GetType().FullName));
system\security\policy\permissionrequestevidence.cs (1)
94Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.PermissionRequestEvidence" ), "Class name changed!" );
system\security\policy\policylevel.cs (5)
638throw new ArgumentException(Environment.GetResourceString("Argument_InvalidXMLElement", "CodeGroup", this.GetType().FullName)); 642throw new ArgumentException(Environment.GetResourceString("Argument_InvalidXMLElement", "CodeGroup", this.GetType().FullName)); 1311else if (!classes.ContainsValue(type.FullName)) { 1312classes.Add(className, type.FullName); 1313return type.FullName;
system\security\policy\policystatement.cs (2)
368throw new ArgumentException( String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "Argument_InvalidXMLElement" ), "PolicyStatement", this.GetType().FullName ) ); 446throw new ArgumentException( String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "Argument_InvalidXMLElement" ), "PolicyStatement", this.GetType().FullName ) );
system\security\policy\publisher.cs (1)
117Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.Publisher" ), "Class name changed!" );
system\security\policy\publishermembershipcondition.cs (1)
169Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.PublisherMembershipCondition" ), "Class name changed!" );
system\security\policy\site.cs (1)
106Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.Site" ), "Class name changed!" );
system\security\policy\sitemembershipcondition.cs (1)
152Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.SiteMembershipCondition" ), "Class name changed!" );
system\security\policy\strongnamemembershipcondition.cs (1)
222Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.StrongNameMembershipCondition" ), "Class name changed!" );
system\security\policy\url.cs (1)
99Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.Url" ), "Class name changed!" );
system\security\policy\urlmembershipcondition.cs (1)
156Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.UrlMembershipCondition" ), "Class name changed!" );
system\security\policy\zone.cs (1)
130Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.Zone" ), "Class name changed!" );
system\security\policy\zonemembershipcondition.cs (1)
167Contract.Assert( this.GetType().FullName.Equals( "System.Security.Policy.ZoneMembershipCondition" ), "Class name changed!" );
system\security\util\xmlutil.cs (4)
51return NewPermissionElement (ip.GetType ().FullName) ; 72typename = type.FullName; 73Contract.Assert( type.FullName.Equals( typename ), "Incorrect class name passed! Was : " + typename + " Shoule be: " + type.FullName);
system\valuetype.cs (1)
27BCLDebug.Perf(false, "ValueType::Equals is not fast. "+this.GetType().FullName+" should override Equals(Object)");
PresentationBuildTasks (64)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (17)
1097_ccRoot.CodeClass.BaseTypes.Add(KnownTypes.Types[(int)KnownElements.IStyleConnector].FullName); 1469ctmTarget.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(EditorBrowsableAttribute).FullName, caa)); 1781CodeFieldReferenceExpression cfre = new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(desc.MemberInfo.DeclaringType.FullName), desc.MemberInfo.Name); 1800CodeMethodInvokeExpression cmie = new CodeMethodInvokeExpression(new CodeTypeReferenceExpression(desc.MemberInfo.DeclaringType.FullName), desc.MemberInfo.Name); 1818CodeObjectCreateExpression coce = new CodeObjectCreateExpression(desc.MemberInfo.DeclaringType.FullName); 1863ThrowCompilerException(SRID.RoutedEventNotRegistered, miEvent.DeclaringType.FullName, eventName, eventHandler); 1866CodeTypeReferenceExpression ctreEvent = new CodeTypeReferenceExpression(miEvent.DeclaringType.FullName); 1875string eventTargetName = eventTarget != null ? eventTarget.FullName : cc.LocalElementFullName; 1944string eventTargetName = eventTarget != null ? eventTarget.FullName : cc.LocalElementFullName; 2151((CodeContext)_codeContexts.Peek()).ElementType.FullName, 2237_typeArgsList[i] = currTypeArg.FullName; 2260genericName = t.FullName; 2285ctrConstructedType = new CodeTypeReference(t.FullName); 2360typeParam.FullName, 2375ctrConstructedType = new CodeTypeReference(t.FullName); 2919ThrowCompilerException(SRID.SubSubClassingNotAllowed, elementType.FullName); 3100cmmMain.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(STAThreadAttribute).FullName));
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
295localTagFullName = ownerTagType.FullName; 626xamlClrEventNode.EventMember.ReflectedType.FullName,
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
385typeof(CompilerWrapper).FullName,
Framework\System\Windows\Markup\BamlMapTable.cs (5)
976declaringType.FullName, 981declaringType.FullName, 1340string.Empty : serializerType.FullName; 1423string converterOrSerializerTypeFullName = converterOrSerializerType.FullName; 1539targetType.FullName,
Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
1099typeValue.FullName, 1104typeValue.FullName, 1436string converterTypeFullName = xamlTextNode.ConverterType.FullName;
Framework\System\Windows\Markup\MarkupExtensionParser.cs (4)
656string declaringTypeFullName = data.DeclaringType.FullName; 1556parentType.FullName, lineNumber, linePosition); 1574typeValueFullName = typeValue.FullName; 1700typeFullName = declaringType.FullName;
Framework\System\Windows\Markup\StyleXamlParser.cs (4)
302localTagFullName = ownerTagType.FullName; 491targetType.FullName, 1252KnownTypes.Types[(int)KnownElements.EventSetter].FullName, 1264xamlClrEventNode.EventMember.ReflectedType.FullName,
Framework\System\Windows\Markup\TemplateXamlParser.cs (6)
338localTagFullName = ownerTagType.FullName; 546targetType.FullName, 737_templateKeyType.FullName, 1385xamlClrEventNode.EventMember.ReflectedType.FullName, 1446_templateKeyType.FullName, 1648_templateKeyType.FullName,
Framework\System\Windows\Markup\XamlNodes.cs (1)
1190_serializerType.FullName;
Framework\System\Windows\Markup\XamlParser.cs (1)
1093typeFullName = baseType.FullName;
Framework\System\Windows\Markup\XamlReaderHelper.cs (15)
812typeValueFullName = typeValue.FullName; 1823declaringTypeFullName = declaringType.FullName; 1877declaringTypeFullName = declaringType.FullName; 2333assemblyName, elementType.FullName, xmlLang, 3505WriteNameProperty(propertyName, propertyMember, assembly, parentType.FullName, attribValue, BamlAttributeUsage.RuntimeName); 4246WriteElementStart(startElementAssemblyName, propertyType.FullName, 4583ThrowException(SRID.ParserInvalidContentPropertyAttribute, elementType.FullName, 4621propertyAssemblyName, propertyDeclaringType.FullName, contentPropertyName); 4646ThrowException(SRID.ParserCannotAddAnyChildren, parentType.FullName); 4660arrayType.FullName, 4661objectType.FullName); 4750ThrowException(SRID.ParserDefaultConverterElement, elementType.FullName, textValue); 4768ThrowException(SRID.ParserDefaultConverterElement, elementType.FullName, textValue); 5203_xmlReader.GetType().FullName); 6821public string FullName { get { return _ownerType.FullName + "." + _name; } }
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
869string fullName = owner.IsGenericType ? owner.Namespace + "." + owner.Name : owner.FullName; 1412ThrowException(SRID.ParserEventDelegateTypeNotAccessible, ei.EventHandlerType.FullName, objectType.Name + "." + localName); 1572ThrowException(SRID.ParserEventDelegateTypeNotAccessible, ei.EventHandlerType.FullName, owner.Name + "." + localName);
Framework\System\Windows\Markup\XmlnsCache.cs (1)
239if(0 == String.CompareOrdinal(cinfo.ReflectedType.FullName, fullClrName))
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
155type = asmSystem.GetType(type.FullName);
PresentationCore (22)
Core\CSharp\MS\Internal\ConstrainedDataObject.cs (2)
121return GetData(format.FullName); 135return (GetDataPresent(format.FullName));
Core\CSharp\System\Windows\DataFormats.cs (1)
258public static readonly string StringFormat = typeof(string).FullName;
Core\CSharp\System\Windows\DataObject.cs (11)
167SetData(format.FullName, data); 286return GetData(format.FullName); 301dataPresent = GetDataPresent(format.FullName); 1828else if (IsFormatEqual(format, typeof(BitmapSource).FullName)) 2786return GetData(format.FullName); 2801return GetDataPresent(format.FullName); 2904SetData(format.FullName, data); 3189else if (IsFormatEqual(format, typeof(BitmapSource).FullName)) 3795return GetData(format.FullName); 3810return GetDataPresent(format.FullName); 3949SetData(format.FullName, data);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (3)
498target.GetType().FullName, 499((AnimationClock)sender).Timeline.GetType().FullName), 998d.GetType().FullName));
Core\CSharp\System\Windows\UIElement.cs (4)
689throw new InvalidOperationException(SR.Get(SRID.UIElement_Layout_PositiveInfinityReturned, this.GetType().FullName)); 693throw new InvalidOperationException(SR.Get(SRID.UIElement_Layout_NaNReturned, this.GetType().FullName)); 819(parent == null ? "" : parent.GetType().FullName), 820this.GetType().FullName));
Shared\MS\Utility\PerfService.cs (1)
63type.FullName,
PresentationFramework (97)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
114throw new InvalidOperationException(SR.Get(SRID.MultiSingleton, this.GetType().FullName));
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
593TraceData.CollectionChangedWithoutNotification(SourceCollection.GetType().FullName));
src\Framework\MS\Internal\LayoutDump.cs (7)
302writer.WriteAttributeString("Type", page.GetType().FullName); 744writer.WriteAttributeString("Type", paragraph.Element.GetType().FullName); 766writer.WriteAttributeString("Type", paragraph.Element.GetType().FullName); 784writer.WriteAttributeString("Type", paragraph.Element.GetType().FullName); 802writer.WriteAttributeString("Type", paragraph.Element.GetType().FullName); 819writer.WriteAttributeString("Type", paragraph.Element.GetType().FullName); 866writer.WriteAttributeString("Type", paragraph.Element.GetType().FullName);
src\Framework\MS\Internal\Printing\Win32PrintDialog.cs (1)
135if (String.Equals(e.GetType().FullName, "System.Printing.PrintingNotSupportedException", StringComparison.Ordinal))
src\Framework\System\Windows\Application.cs (3)
1805throw new InvalidOperationException(SR.Get(SRID.CannotCallRunMultipleTimes, this.GetType().FullName)); 1812throw new ArgumentException(SR.Get(SRID.WindowPassedShouldBeOnApplicationThread, window.GetType().FullName, this.GetType().FullName));
src\Framework\System\Windows\ComponentResourceKey.cs (1)
136strBuilder.Append((_typeInTargetAssembly != null) ? _typeInTargetAssembly.FullName : "null");
src\Framework\System\Windows\Controls\DataErrorValidationRule.cs (2)
108idei.GetType().FullName, 109ex.GetType().FullName,
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1148c, indent, sourceType.FullName));
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
166throw new ArgumentException(SR.Get(SRID.CannotConvertType, typeof(CornerRadius), destinationType.FullName));
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
951target.GetType().FullName, dp.Name, AvTrace.GetHashCodeHelper(target)));
src\Framework\System\Windows\Data\BindingGroup.cs (1)
587TraceData.BindingGroupWrongProperty(name, context.GetType().FullName));
src\Framework\System\Windows\Data\MultiBinding.cs (1)
66throw new ArgumentException(SR.Get(SRID.ChildHasWrongType, this.GetType().Name, "BindingBase", value.GetType().FullName), "value");
src\Framework\System\Windows\Data\PriorityBinding.cs (1)
61throw new ArgumentException(SR.Get(SRID.ChildHasWrongType, this.GetType().Name, "BindingBase", value.GetType().FullName), "value");
src\Framework\System\Windows\Data\XmlNamespaceMappingCollection.cs (1)
56throw new ArgumentException(SR.Get(SRID.RequiresXmlNamespaceMapping, value.GetType().FullName), "value");
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
119sd._factoryInterfaceName = factoryType.FullName;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1165throw new InvalidOperationException(SR.Get(SRID.TemplateMustBeFE, new object[] { rootObject.GetType().FullName }));
src\Framework\System\Windows\Markup\BamlMapTable.cs (8)
393object key = GetAttributeInfoKey(info.OwnerType.FullName, info.Name); 516info.TypeFullName = info.Type.FullName; 852propName = attributeInfo.OwnerType.FullName + "." + attributeInfo.Name; 976declaringType.FullName, 981declaringType.FullName, 1340string.Empty : serializerType.FullName; 1423string converterOrSerializerTypeFullName = converterOrSerializerType.FullName; 1539targetType.FullName,
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2218_typeConverterName = converter.FullName;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (26)
900ThrowException(SRID.ParserNoElementCreate2, elementType.FullName); 1511ThrowException(SRID.ParserNoDPOnOwner, paramString, ownerType.FullName); 1692paramInfo.ParameterType.FullName), 2164ThrowException(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName); 2210string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyName, propertyType.FullName); 2262string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.PropertyType.FullName); 2451valueTypeName = typeof(StaticExtension).FullName; 2454valueTypeName = typeof(DynamicResourceExtension).FullName; 2457valueTypeName = typeof(StaticResourceExtension).FullName; 2539string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.PropertyType.FullName); 2714ThrowExceptionWithLine(SR.Get(SRID.ParserCannotSetValue, element.GetType().FullName, propertyDefinition.Name, valueType.Name), e); 2956ThrowExceptionWithLine(SR.Get(SRID.ParserCannotSetValue, element.GetType().FullName, propertyDefinition.AttributeInfo.Name, attribValue), e); 3507CurrentContext.ExpectedType.FullName); 3519ThrowException(SRID.ParserCantCreateInstanceType, CurrentContext.ExpectedType.FullName); 3537parent.GetType().FullName, 3572attribInfo.OwnerType.FullName, 3596CurrentContext.ExpectedType.FullName, bamlTextRecord.Value); 3783ThrowExceptionWithLine(SR.Get(SRID.ParserCannotSetValue, currentTarget.GetType().FullName, attribInfo.Name, o), e); 3809o.GetType().FullName); 3923ThrowExceptionWithLine(SR.Get(SRID.ParserCannotSetValue, parentObject.GetType().FullName, memberInfo.Name, o), e); 4293"We had expected to use a TypeConverter for this " + context.ExpectedType.FullName + 4300ThrowException(SRID.ParserCantCreateInstanceType, context.ExpectedType.FullName); 4823string typeName = parentType == null ? String.Empty : parentType.FullName; 4828ThrowException( SRID.ParserCannotAddAnyChildren2, typeName, currentObject.GetType().FullName ); 4841string typeName = parentType == null ? String.Empty : parentType.FullName; 4846ThrowException( SRID.ParserCannotAddAnyChildren2, typeName, currentObject.GetType().FullName );
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
1099typeValue.FullName, 1104typeValue.FullName, 1436string converterTypeFullName = xamlTextNode.ConverterType.FullName;
src\Framework\System\Windows\Markup\BamlWriter.cs (2)
139typeFullName = baseType.FullName; 419typeValue.FullName,
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (5)
174throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 197throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 221throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 241throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName)); 251throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Property", typeof(DependencyProperty).FullName));
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (4)
656string declaringTypeFullName = data.DeclaringType.FullName; 1556parentType.FullName, lineNumber, linePosition); 1574typeValueFullName = typeValue.FullName; 1700typeFullName = declaringType.FullName;
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
713throw new InvalidOperationException(SR.Get(SRID.UnserializableKeyValue, property.Value.GetType().FullName));
src\Framework\System\Windows\Markup\SetterTriggerConditionValueConverter.cs (3)
115throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Value", typeof(Object).FullName)); 177throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Value", typeof(Object).FullName)); 182throw new NotSupportedException(SR.Get(SRID.ParserCannotConvertPropertyValue, "Value", typeof(Object).FullName));
src\Framework\System\Windows\Markup\xamlnodes.cs (1)
1190_serializerType.FullName;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (10)
548ThrowException(SRID.ParserOwnerEventMustBePublic, owner.FullName ); 609string message = SR.Get(SRID.ParserCannotConvertPropertyValueString, value, propName, propType.FullName); 690message = SR.Get(SRID.ParserDefaultConverterProperty, propType.FullName, propName, value); 696message = SR.Get(SRID.ParserDefaultConverterElement, propType.FullName, value); 702string message = TypeConverterFailure( value, propName, propType.FullName ); 713string message = TypeConverterFailure( value, propName, propType.FullName ); 869string fullName = owner.IsGenericType ? owner.Namespace + "." + owner.Name : owner.FullName; 891object key = MapTable.GetAttributeInfoKey(ownerType.FullName, infoRecord.Name); 1412ThrowException(SRID.ParserEventDelegateTypeNotAccessible, ei.EventHandlerType.FullName, objectType.Name + "." + localName); 1572ThrowException(SRID.ParserEventDelegateTypeNotAccessible, ei.EventHandlerType.FullName, owner.Name + "." + localName);
src\Framework\System\Windows\PropertyPath.cs (1)
565(accessor != null) ? accessor.GetType().FullName : "null"));
src\Framework\System\Windows\PropertyPathConverter.cs (2)
120throw new ArgumentException(SR.Get(SRID.CannotConvertType, source.GetType().FullName, typeof(PropertyPath))); 158throw new ArgumentException(SR.Get(SRID.CannotConvertType, typeof(PropertyPath), destinationType.FullName));
src\Framework\System\Windows\StyleHelper.cs (1)
1607throw new InvalidOperationException(SR.Get(SRID.CrossThreadAccessOfUnshareableFreezable, freezable.GetType().FullName));
src\Framework\System\Windows\ThicknessConverter.cs (1)
164throw new ArgumentException(SR.Get(SRID.CannotConvertType, typeof(Thickness), destinationType.FullName));
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (3)
312string constructorName = type.FullName + "." + type.Name + "()"; 337string constructorName = string.Format("{0}.{1}({2})", type.FullName, type.Name, typeof(TArg1).Name); 364string constructorName = string.Format("{0}.{1}({2},{3})", type.FullName, type.Name, typeof(TArg1).Name, typeof(TArg2).Name);
System (327)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
1108throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e"); 1740throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e");
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1864if (e.ReturnType.BaseType.Length == 0 || string.Compare(e.ReturnType.BaseType, typeof(void).FullName, StringComparison.OrdinalIgnoreCase) == 0) {
compmod\system\codedom\CodeMemberMethod.cs (1)
73returnType = new CodeTypeReference(typeof(void).FullName);
compmod\system\codedom\CodeTypeReference.cs (1)
132typeName = typeof(void).FullName;
compmod\system\codedom\compiler\CodeGenerator.cs (2)
682throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e"); 948throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e");
compmod\system\codedom\compiler\CodeValidator.cs (7)
54throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e"); 83throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e"); 403throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e"); 572String message = SR.GetString(SR.InvalidTypeName, typeName, propertyName, e.GetType().FullName); 579String message = SR.GetString(SR.InvalidLanguageIdentifier, identifier, propertyName, e.GetType().FullName); 665throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e"); 814throw new ArgumentException(SR.GetString(SR.InvalidElementType, e.GetType().FullName), "e");
compmod\system\componentmodel\AmbientValueAttribute.cs (1)
44Debug.Fail("Ambient value attribute of type " + type.FullName + " threw converting from the string '" + value + "'.");
compmod\system\componentmodel\Component.cs (2)
255return s.Name + " [" + GetType().FullName + "]"; 257return GetType().FullName;
compmod\system\componentmodel\DefaultValueAttribute.cs (1)
59Debug.Fail("Default value attribute of type " + type.FullName + " threw converting from the string '" + value + "'.");
compmod\system\componentmodel\design\HelpKeywordAttribute.cs (1)
84this.contextKeyword = t.FullName;
compmod\system\componentmodel\design\serialization\DesignerSerializerAttribute.cs (1)
80typeId = GetType().FullName + baseType;
compmod\system\componentmodel\design\serialization\RootDesignerSerializerAttribute.cs (1)
96typeId = GetType().FullName + baseType;
compmod\system\componentmodel\design\ServiceObjectContainer.cs (4)
109throw new ArgumentException(SR.GetString(SR.ErrorInvalidServiceInstance, serviceType.FullName)); 113throw new ArgumentException(SR.GetString(SR.ErrorServiceExists, serviceType.FullName), "serviceType"); 149throw new ArgumentException(SR.GetString(SR.ErrorServiceExists, serviceType.FullName), "serviceType"); 289return obj.FullName.GetHashCode();
compmod\system\componentmodel\DesignerAttribute.cs (3)
36this.designerBaseTypeName = typeof(IDesigner).FullName; 47this.designerBaseTypeName = typeof(IDesigner).FullName; 128typeId = GetType().FullName + baseType;
compmod\system\componentmodel\DesignerCategoryAttribute.cs (1)
100typeId = GetType().FullName + Category;
compmod\system\componentmodel\EditorAttribute.cs (1)
100typeId = GetType().FullName + baseType;
compmod\system\componentmodel\LicenseException.cs (3)
28public LicenseException(Type type) : this(type, null, SR.GetString(SR.LicExceptionTypeOnly, type.FullName)) { 34public LicenseException(Type type, object instance) : this(type, null, SR.GetString(SR.LicExceptionTypeAndInstance, type.FullName, instance.GetType().FullName)) {
compmod\system\componentmodel\LicenseProviderAttribute.cs (2)
85typeName = licenseProviderType.FullName; 87return GetType().FullName + typeName;
compmod\system\componentmodel\LicFileLicenseProvider.cs (2)
44return string.Format(CultureInfo.InvariantCulture, "{0} is a licensed component.", type.FullName); 78string licenseFile = moduleDir + "\\" + type.FullName + ".lic";
compmod\system\componentmodel\MarshalByValueComponent.cs (2)
199return s.Name + " [" + GetType().FullName + "]"; 201return GetType().FullName;
compmod\system\componentmodel\ProvidePropertyAttribute.cs (1)
67return GetType().FullName + propertyName;
compmod\system\componentmodel\ReflectEventDescriptor.cs (3)
94Debug.Assert(type.IsSubclassOf(typeof(Delegate)), "Not a valid ReflectEvent: " + componentClass.FullName + "." + name + " " + type.FullName); 368Debug.Fail("Missing event accessors for " + componentClass.FullName + "." + Name);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
102Debug.WriteLineIf(PropDescCreateSwitch.TraceVerbose, "Creating ReflectPropertyDescriptor for " + componentClass.FullName + "." + name); 117Debug.Fail("Property '" + name + "' on component " + componentClass.FullName + " failed to init."); 352throw new InvalidOperationException(SR.GetString(SR.ErrorMissingPropertyAccessors, componentClass.FullName + "." + Name)); 952name = component.GetType().FullName;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1585return _type.FullName; 1819Debug.Fail("Editor " + editor.GetType().FullName + " is not an instance of " + editorBaseType.FullName + " but it is in that base types table.");
compmod\system\componentmodel\ToolboxItemFilterAttribute.cs (1)
102typeId = GetType().FullName + filterString;
compmod\system\componentmodel\TypeConverter.cs (3)
253valueTypeName = value.GetType().FullName; 270valueTypeName = value.GetType().FullName; 273throw new NotSupportedException(SR.GetString(SR.ConvertToException, GetType().Name, valueTypeName, destinationType.FullName));
compmod\system\componentmodel\TypeDescriptor.cs (43)
610Debug.Assert(designerType != null, "It may be okay for the designer not to load, but we failed to load designer for component of type '" + component.GetType().FullName + "' because designer of type '" + da.DesignerTypeName + "'"); 1658throw new NotSupportedException(SR.GetString(SR.TypeDescriptorUnsupportedRemoteObject, component.GetType().FullName)); 2644throw new ArgumentException(SR.GetString(SR.TypeDescriptorExpectedElementType, typeof(Attribute).FullName)); 2657throw new ArgumentException(SR.GetString(SR.TypeDescriptorExpectedElementType, typeof(PropertyDescriptor).FullName)); 2670throw new ArgumentException(SR.GetString(SR.TypeDescriptorExpectedElementType, typeof(EventDescriptor).FullName)); 4083if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4085if (attrs == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetAttributes")); 4106if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4108if (name == null) name = _instance.GetType().FullName; 4129if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4150if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4152if (converter == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetConverter")); 4173if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4194if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4220if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4241if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4243if (events == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetEvents")); 4269if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4271if (evts == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetEvents")); 4292if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4294if (properties == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetProperties")); 4320if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4322if (properties == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetProperties")); 4343if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetExtendedTypeDescriptor")); 4387if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4389if (attrs == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetAttributes")); 4413if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4415if (name == null) name = _objectType.FullName; 4439if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4464if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4466if (converter == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetConverter")); 4490if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4515if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4545if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4570if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4572if (events == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetEvents")); 4596if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4598if (events == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetEvents")); 4622if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4624if (properties == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetProperties")); 4648if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor")); 4650if (properties == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetProperties")); 4674if (desc == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.Provider.GetType().FullName, "GetTypeDescriptor"));
compmod\system\componentmodel\TypeListConverter.cs (2)
69if (value.Equals(t.FullName)) { 92return((Type)value).FullName;
compmod\system\diagnostics\ListenerElementsCollection.cs (4)
71defaultListener.TypeName = typeof(DefaultTraceListener).FullName; 82if (listenerElement.Name.Equals("Default") && listenerElement.TypeName.Equals(typeof(DefaultTraceListener).FullName)) 190if (this.Name.Equals("Default") && this.TypeName.Equals(typeof(DefaultTraceListener).FullName)) { 197&& compareToElem.TypeName.Equals(typeof(DefaultTraceListener).FullName);
compmod\system\diagnostics\traceutils.cs (2)
35throw new ConfigurationErrorsException(SR.GetString(SR.Incorrect_base_type, className, baseType.FullName)); 141throw new ConfigurationErrorsException(SR.GetString(SR.AttributeNotSupported, key, parent.GetType().FullName));
compmod\system\security\permissions\AspNetHostingPermission.cs (2)
214if (className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) < 0) { 237securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ));
compmod\system\security\permissions\ResourcePermissionBase.cs (1)
551root.AddAttribute("class", type.FullName + ", " + type.Module.Assembly.FullName.Replace('\"', '\''));
net\System\Net\_AutoWebProxyScriptHelper.cs (4)
113GlobalLog.Print("MyMethodInfo::ReturnType() name:" + name + " type:" + type.FullName); 164GlobalLog.Print("MyMethodInfo::IsDefined() type:" + type.FullName + " inherit:" + inherit); 455throw new ArgumentException(SR.GetString(SR.net_param_not_string, gmt.GetType().FullName), "gmt"); 463throw new ArgumentException(SR.GetString(SR.net_param_not_string, wd2.GetType().FullName), "wd2");
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\_NativeSSPI.cs (2)
181throw new ArgumentException(SR.GetString(SR.SSPIInvalidHandleType, handleType.FullName), "handleType"); 404throw new ArgumentException(SR.GetString(SR.SSPIInvalidHandleType, handleType.FullName), "handleType");
net\System\Net\_PooledStream.cs (2)
465throw new ObjectDisposedException(GetType().FullName); 498throw new ObjectDisposedException(GetType().FullName);
net\System\Net\_StreamFramer.cs (4)
210GlobalLog.Assert(transportResult.AsyncState is WorkerAsyncResult, "StreamFramer::ReadFrameCallback|The state expected to be WorkerAsyncResult, received:{0}.", transportResult.GetType().FullName); 247GlobalLog.Assert(transportResult.AsyncState is WorkerAsyncResult, "StreamFramer::ReadFrameComplete|The state expected to be WorkerAsyncResult, received:{0}.", transportResult.GetType().FullName); 325throw new ArgumentException(SR.GetString(SR.net_io_async_result, typeof(WorkerAsyncResult).FullName), "asyncResult"); 413GlobalLog.Assert(transportResult.AsyncState is WorkerAsyncResult, "StreamFramer::BeginWriteCallback|The state expected to be WorkerAsyncResult, received:{0}.", transportResult.AsyncState.GetType().FullName);
net\System\Net\_TLSstream.cs (1)
557GlobalLog.Assert(nullState == null, "TlsStream::StartWakeupPendingIO|Expected null state but got {0}.", nullState == null ? "null" : (nullState.GetType().FullName));
net\System\Net\AuthenticationManager.cs (1)
412: (thisModule.GetType().FullName + "/" + authSession.UniqueUserId),
net\System\Net\Cache\_CacheStreams.cs (4)
171GlobalLog.Assert(transportResult.AsyncState is InnerAsyncResult, "InnerAsyncResult::ReadCallback|The state expected to be of type InnerAsyncResult, received {0}.", transportResult.GetType().FullName); 276GlobalLog.Assert(m_HeadEOF, "CombinedReadStream::EndRead|m_HeadEOF is false and asyncResult is not of InnerAsyncResult type {0).", asyncResult.GetType().FullName); 526GlobalLog.Assert(transportResult.AsyncState is InnerAsyncResult, "InnerAsyncResult::ReadCallback|The state expected to be of type InnerAsyncResult, received {0}.", transportResult.GetType().FullName); 717GlobalLog.Assert(m_ShadowStreamIsDead, "ForwardingReadStream::EndRead|m_ShadowStreamIsDead is false and asyncResult is not of InnerAsyncResult type {0}.", asyncResult.GetType().FullName);
net\System\Net\Cache\_RequestCacheProtocol.cs (1)
258if(Logging.On) Logging.PrintWarning(Logging.RequestCache, SR.GetString(SR.net_log_cache_closing_cache_stream, "CacheProtocol#" + this.GetHashCode().ToString(NumberFormatInfo.InvariantInfo), "Abort()", stream.GetType().FullName, _Validator.CacheKey));
net\System\Net\Cache\IERequestCache.cs (5)
213if(Logging.On) Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_stream, "WinInetCache.UnlockEntry", (stream == null ? "<null>" : stream.GetType().FullName))); 653throw new ObjectDisposedException(GetType().FullName); 675throw new ObjectDisposedException(GetType().FullName); 853throw new ObjectDisposedException(GetType().FullName); 884throw new ObjectDisposedException(GetType().FullName);
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
91throw new InvalidCastException(SR.GetString(SR.net_invalid_cast, type.FullName, "IAuthenticationModule"));
net\System\Net\Configuration\DefaultProxySection.cs (1)
195theType.FullName,
net\System\Net\DnsPermission.cs (2)
174if (className.IndexOf( this.GetType().FullName ) < 0) 194securityElement.AddAttribute( "class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ) );
net\System\Net\filewebresponse.cs (1)
146throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\HttpListener.cs (1)
2513throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\HttpListenerRequest.cs (1)
1203throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\HttpListenerResponse.cs (1)
874throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\HttpWebRequest.cs (4)
3407GlobalLog.Leave("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SetRequestSubmitDone() - already have a core response", _CoreResponse.GetType().FullName); 3544GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::CheckWriteSideResponseProcessing() - Repeated SYNC check _NestedWriteSideCheck = " + _NestedWriteSideCheck + ", response =" + responseData.GetType().FullName); 3548GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::CheckWriteSideResponseProcessing() - Response is ready, process here: " + responseData.GetType().FullName); 5462objectId = methodInfo.DeclaringType.FullName;
net\System\Net\HttpWebResponse.cs (1)
722throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\IPEndPoint.cs (3)
141throw new ArgumentException(SR.GetString(SR.net_InvalidAddressFamily, socketAddress.Family.ToString(), this.GetType().FullName, this.AddressFamily.ToString()), "socketAddress"); 144throw new ArgumentException(SR.GetString(SR.net_InvalidSocketAddressSize, socketAddress.GetType().FullName, this.GetType().FullName), "socketAddress");
net\System\Net\mail\AlternateView.cs (1)
45throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\AlternateViewCollection.cs (4)
29throw new ObjectDisposedException(this.GetType().FullName); 37throw new ObjectDisposedException(this.GetType().FullName); 46throw new ObjectDisposedException(this.GetType().FullName); 59throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\Attachment.cs (1)
204throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\AttachmentCollection.cs (4)
27throw new ObjectDisposedException(this.GetType().FullName); 35throw new ObjectDisposedException(this.GetType().FullName); 43throw new ObjectDisposedException(this.GetType().FullName); 55throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\LinkedResourceCollection.cs (4)
30throw new ObjectDisposedException(this.GetType().FullName); 38throw new ObjectDisposedException(this.GetType().FullName); 46throw new ObjectDisposedException(this.GetType().FullName); 58throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\MailMessage.cs (2)
242throw new ObjectDisposedException(this.GetType().FullName); 254throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\SmtpClient.cs (5)
425throw new ObjectDisposedException(this.GetType().FullName); 438throw new ObjectDisposedException(this.GetType().FullName); 564throw new ObjectDisposedException(this.GetType().FullName); 575throw new ObjectDisposedException(this.GetType().FullName); 701throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\mail\smtppermission.cs (2)
206if (className.IndexOf(this.GetType().FullName) < 0) { 241securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ));
net\System\Net\NetWebProxyFinder.cs (1)
257httpWebRequest.UserAgent = this.GetType().FullName + "/" + Environment.Version;
net\System\Net\NetworkInformation\NetworkInformationPermission.cs (2)
196if (className.IndexOf(this.GetType().FullName) < 0) { 229securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ));
net\System\Net\NetworkInformation\ping.cs (2)
83throw new ObjectDisposedException(GetType().FullName); 93throw new ObjectDisposedException(GetType().FullName);
net\System\Net\SecureProtocols\_NegoState.cs (1)
426throw new ArgumentException(SR.GetString(SR.net_io_async_result, result.GetType().FullName), "asyncResult");
net\System\Net\SecureProtocols\_SslState.cs (1)
703throw new ArgumentException(SR.GetString(SR.net_io_async_result, result.GetType().FullName), "asyncResult");
net\System\Net\SecureProtocols\_SslStream.cs (2)
146throw new ArgumentException(SR.GetString(SR.net_io_async_result, asyncResult.GetType().FullName), "asyncResult"); 198throw new ArgumentException(SR.GetString(SR.net_io_async_result, asyncResult.GetType().FullName), "asyncResult");
net\System\Net\SecureProtocols\NegotiateStream.cs (2)
608throw new ArgumentException(SR.GetString(SR.net_io_async_result, asyncResult.GetType().FullName), "asyncResult"); 677throw new ArgumentException(SR.GetString(SR.net_io_async_result, asyncResult.GetType().FullName), "asyncResult");
net\System\Net\SocketPermission.cs (2)
469if (className.IndexOf(this.GetType().FullName) < 0) { 589securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ));
net\System\Net\Sockets\NetworkStream.cs (11)
136throw new ObjectDisposedException(this.GetType().FullName); 325throw new ObjectDisposedException(this.GetType().FullName); 446throw new ObjectDisposedException(this.GetType().FullName); 488throw new ObjectDisposedException(this.GetType().FullName); 562throw new ObjectDisposedException(this.GetType().FullName); 722throw new ObjectDisposedException(this.GetType().FullName); 778throw new ObjectDisposedException(GetType().FullName); 842throw new ObjectDisposedException(this.GetType().FullName); 907throw new ObjectDisposedException(this.GetType().FullName); 969throw new ObjectDisposedException(this.GetType().FullName); 1027throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\Sockets\Socket.cs (78)
348throw new ObjectDisposedException(this.GetType().FullName); 390throw new ObjectDisposedException(this.GetType().FullName); 435throw new ObjectDisposedException(this.GetType().FullName); 515throw new ObjectDisposedException(this.GetType().FullName); 851throw new ObjectDisposedException(this.GetType().FullName); 920throw new ObjectDisposedException(GetType().FullName); 992throw new ObjectDisposedException(this.GetType().FullName); 1044throw new ObjectDisposedException(this.GetType().FullName); 1068throw new ObjectDisposedException(this.GetType().FullName); 1089throw new ObjectDisposedException(this.GetType().FullName); 1166throw new ObjectDisposedException(this.GetType().FullName); 1217throw new ObjectDisposedException(this.GetType().FullName); 1309throw new ObjectDisposedException(this.GetType().FullName); 1423throw new ObjectDisposedException(this.GetType().FullName); 1522throw new ObjectDisposedException(this.GetType().FullName); 1601throw new ObjectDisposedException(this.GetType().FullName); 1751throw new ObjectDisposedException(this.GetType().FullName); 1844throw new ObjectDisposedException(this.GetType().FullName); 1958throw new ObjectDisposedException(this.GetType().FullName); 2062throw new ObjectDisposedException(this.GetType().FullName); 2186throw new ObjectDisposedException(this.GetType().FullName); 2241throw new ObjectDisposedException(this.GetType().FullName); 2302throw new ObjectDisposedException(this.GetType().FullName); 2315throw new ObjectDisposedException(this.GetType().FullName); 2359throw new ObjectDisposedException(this.GetType().FullName); 2413throw new ObjectDisposedException(this.GetType().FullName); 2464throw new ObjectDisposedException(this.GetType().FullName); 2499throw new ObjectDisposedException(this.GetType().FullName); 2545throw new ObjectDisposedException(this.GetType().FullName); 2730throw new ObjectDisposedException(this.GetType().FullName); 2797throw new ObjectDisposedException(GetType().FullName); 2873throw new ObjectDisposedException(this.GetType().FullName); 3082throw new ObjectDisposedException(this.GetType().FullName); 3123throw new ObjectDisposedException(this.GetType().FullName); 3148throw new ObjectDisposedException(this.GetType().FullName); 3220throw new ObjectDisposedException(this.GetType().FullName); 3271throw new ObjectDisposedException(this.GetType().FullName); 3351throw new ObjectDisposedException(this.GetType().FullName); 3442throw new ObjectDisposedException(this.GetType().FullName); 3487throw new ObjectDisposedException(this.GetType().FullName); 3597throw new ObjectDisposedException(this.GetType().FullName); 3601throw new ObjectDisposedException(this.GetType().FullName); 3706throw new ObjectDisposedException(this.GetType().FullName); 3824throw new ObjectDisposedException(this.GetType().FullName); 3885throw new ObjectDisposedException(this.GetType().FullName); 3970throw new ObjectDisposedException(this.GetType().FullName); 4094throw new ObjectDisposedException(this.GetType().FullName); 4197throw new ObjectDisposedException(this.GetType().FullName); 4240throw new ObjectDisposedException(this.GetType().FullName); 4334throw new ObjectDisposedException(this.GetType().FullName); 4469throw new ObjectDisposedException(this.GetType().FullName); 4536throw new ObjectDisposedException(this.GetType().FullName); 4660throw new ObjectDisposedException(this.GetType().FullName); 4772throw new ObjectDisposedException(this.GetType().FullName); 4917throw new ObjectDisposedException(this.GetType().FullName); 5026throw new ObjectDisposedException(this.GetType().FullName); 5128throw new ObjectDisposedException(this.GetType().FullName); 5281otherException = new ObjectDisposedException(this.GetType().FullName); 5354throw new ObjectDisposedException(this.GetType().FullName); 5476throw new ObjectDisposedException(this.GetType().FullName); 5560throw new ObjectDisposedException(this.GetType().FullName); 5634throw new ObjectDisposedException(this.GetType().FullName); 6098throw new ObjectDisposedException(this.GetType().FullName); 6825throw new ArgumentException(SR.GetString(SR.net_sockets_select, socketList[current].GetType().FullName, typeof(System.Net.Sockets.Socket).FullName), "socketList"); 6982throw new ObjectDisposedException(this.GetType().FullName); 7216throw new ObjectDisposedException(this.GetType().FullName); 7686throw new ObjectDisposedException(GetType().FullName); 7767throw new ObjectDisposedException(GetType().FullName); 7928throw new ObjectDisposedException(GetType().FullName); 7977throw new ObjectDisposedException(GetType().FullName); 8049throw new ObjectDisposedException(GetType().FullName); 8141throw new ObjectDisposedException(GetType().FullName); 8219throw new ObjectDisposedException(GetType().FullName); 8292throw new ObjectDisposedException(GetType().FullName); 8362throw new ObjectDisposedException(GetType().FullName); 8992throw new ObjectDisposedException(GetType().FullName); 9007throw new ObjectDisposedException(GetType().FullName);
net\System\Net\Sockets\TCPClient.cs (4)
188throw new ObjectDisposedException(this.GetType().FullName); 320throw new ObjectDisposedException(this.GetType().FullName); 341throw new ObjectDisposedException(this.GetType().FullName); 428throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\Sockets\UDPClient.cs (17)
311throw new ObjectDisposedException(this.GetType().FullName); 438throw new ObjectDisposedException(this.GetType().FullName); 466throw new ObjectDisposedException(this.GetType().FullName); 513throw new ObjectDisposedException(this.GetType().FullName); 545throw new ObjectDisposedException(this.GetType().FullName); 589throw new ObjectDisposedException(this.GetType().FullName); 613throw new ObjectDisposedException(this.GetType().FullName); 678throw new ObjectDisposedException(this.GetType().FullName); 700throw new ObjectDisposedException(this.GetType().FullName); 738throw new ObjectDisposedException(this.GetType().FullName); 760throw new ObjectDisposedException(this.GetType().FullName); 798throw new ObjectDisposedException(this.GetType().FullName); 838throw new ObjectDisposedException(this.GetType().FullName); 865throw new ObjectDisposedException(this.GetType().FullName); 902throw new ObjectDisposedException(this.GetType().FullName); 935throw new ObjectDisposedException(this.GetType().FullName); 977throw new ObjectDisposedException(this.GetType().FullName);
net\System\Net\UnsafeNativeMethods.cs (2)
267throw new ObjectDisposedException(GetType().FullName); 280throw new ObjectDisposedException(GetType().FullName);
net\System\Net\WebPermission.cs (2)
803if (className.IndexOf(this.GetType().FullName) < 0) { 900securityElement.AddAttribute( "class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ) );
net\System\Net\WebSockets\ClientWebSocket.cs (3)
139throw new ObjectDisposedException(GetType().FullName); 179throw new ObjectDisposedException(GetType().FullName); 388throw new ObjectDisposedException(GetType().FullName);
net\System\Net\WebSockets\WebSocketBase.cs (4)
1264SR.GetString(SR.net_WebSockets_InvalidState_ClosedOrAborted, GetType().FullName, State)); 1273SR.GetString(SR.net_WebSockets_InvalidState_ClosedOrAborted, GetType().FullName, WebSocketState.Aborted), 1463throw new ObjectDisposedException(GetType().FullName); 2475throw new ObjectDisposedException(GetType().FullName);
net\System\Net\WebSockets\WebSocketBuffer.cs (1)
568throw new ObjectDisposedException(GetType().FullName);
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
1068throw new ObjectDisposedException(GetType().FullName);
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
886SR.GetString(SR.net_WebSockets_InvalidState_ClosedOrAborted, webSocket.GetType().FullName, webSocket.State)); 893SR.GetString(SR.net_WebSockets_InvalidState_ClosedOrAborted, webSocket.GetType().FullName, webSocket.State),
net\System\URI.cs (1)
2682throw new UriFormatException(SR.GetString(SR.net_uri_PortOutOfRange, m_Syntax.GetType().FullName, portStr));
net\System\UriExt.cs (1)
482throw new InvalidOperationException(SR.GetString(SR.net_uri_UserDrivenParsing, this.GetType().FullName));
net\System\UriScheme.cs (2)
97throw new InvalidOperationException(SR.GetString(SR.net_uri_UserDrivenParsing, this.GetType().FullName)); 145throw new InvalidOperationException(SR.GetString(SR.net_uri_UserDrivenParsing, this.GetType().FullName));
security\system\security\permissions\storepermission.cs (5)
67throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Argument_WrongType), this.GetType().FullName)); 82throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Argument_WrongType), this.GetType().FullName)); 99throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Argument_WrongType), this.GetType().FullName)); 109securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace('\"', '\'')); 124if (className == null || className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) == -1)
security\system\security\permissions\typedescriptorpermission.cs (5)
123throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Argument_WrongType), this.GetType().FullName)); 141throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Argument_WrongType), this.GetType().FullName)); 161throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Argument_WrongType), this.GetType().FullName)); 180securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace('\"', '\'')); 196if (className == null || className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) == -1)
sys\system\configuration\ApplicationSettingsBase.cs (2)
371SettingChangingEventArgs e = new SettingChangingEventArgs(propertyName, this.GetType().FullName, SettingsKey, value, false); 492_context["GroupName"] = type.FullName;
System.Activities (30)
System\Activities\Activity.cs (2)
1899throw FxTrace.Exception.Argument("variable", SR.ConvertVariableToValueExpressionFailed(variable.GetType().FullName, typeof(Activity<TResult>).FullName));
System\Activities\ActivityContext.cs (1)
446new ObjectDisposedException(this.GetType().FullName, SR.AECDisposed));
System\Activities\ActivityMetadata.cs (1)
277throw FxTrace.Exception.Argument("extensionType", SR.RequireExtensionOnlyAcceptsReferenceTypes(extensionType.FullName));
System\Activities\Argument.cs (2)
301new ValidationError(SR.ArgumentLocationExpressionTypeMismatch(expectedType.FullName, actualExpression.GetType().FullName), false, this.RuntimeArgument.Name, owner));
System\Activities\CodeActivityMetadata.cs (1)
177throw FxTrace.Exception.Argument("extensionType", SR.RequireExtensionOnlyAcceptsReferenceTypes(extensionType.FullName));
System\Activities\Debugger\DebugManager.cs (2)
189"Unmatched type: " + enumerator1.Current.GetType().FullName + 190" vs " + enumerator2.Current.GetType().FullName + "\n");
System\Activities\Debugger\SourceLocationProvider.cs (2)
337"Unmatched type: " + enumerator1.Current.GetType().FullName + 338" vs " + enumerator2.Current.GetType().FullName + "\n");
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (1)
1226new ObjectDisposedException(this.GetType().FullName, SR.NAUCDisposed));
System\Activities\Handle.cs (2)
36return this.GetType().FullName; 72return handleType.FullName;
System\Activities\Hosting\WorkflowInstance.cs (1)
549ActivityInfo faultSourceInfo = new ActivityInfo(source.DisplayName, source.Id, sourceInstanceId, source.GetType().FullName);
System\Activities\NativeActivityContext.cs (1)
2289throw FxTrace.Exception.AsError(new InvalidOperationException(SR.CanInduceIdleNotSpecified(associatedActivity.GetType().FullName)));
System\Activities\NativeActivityMetadata.cs (1)
393throw FxTrace.Exception.Argument("extensionType", SR.RequireExtensionOnlyAcceptsReferenceTypes(extensionType.FullName));
System\Activities\Runtime\CallbackWrapper.cs (1)
318this.declaringTypeName = declaringType.FullName;
System\Activities\Runtime\LocationEnvironment.cs (1)
519new ObjectDisposedException(this.GetType().FullName, SR.EnvironmentDisposed));
System\Activities\RuntimeTransactionHandle.cs (1)
331RuntimeTransactionHandle handle = (RuntimeTransactionHandle)context.FindProperty(typeof(RuntimeTransactionHandle).FullName);
System\Activities\Statements\TransactionScope.cs (1)
32static string runtimeTransactionHandlePropertyName = typeof(RuntimeTransactionHandle).FullName;
System\Activities\Statements\TryCatch.cs (2)
399throw FxTrace.Exception.Argument("item", SR.DuplicateCatchClause(item.ExceptionType.FullName)); 416throw FxTrace.Exception.Argument("item", SR.DuplicateCatchClause(item.ExceptionType.FullName));
System\Activities\Tracking\ActivityInfo.cs (1)
131this.typeName = this.Activity.GetType().FullName;
System\Activities\Tracking\EtwTrackingParticipant.cs (2)
174writer.WriteAttributeString(typeAttribute, valueType.FullName); 225string stringTypeName = typeof(string).FullName;
System\Activities\Validation\ActivityValidationServices.cs (1)
395ValidationError constraintExceptionValidationError = new ValidationError(SR.InternalConstraintException(constraint.DisplayName, toValidate.GetType().FullName, toValidate.DisplayName, e.ToString()), false)
System\Activities\WorkflowDataContext.cs (1)
186new ObjectDisposedException(this.GetType().FullName, SR.WDCDisposed));
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
183xamlObject != null ? xamlObject.GetType().FullName : string.Empty));
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
280throw FxTrace.Exception.AsError(new InvalidOperationException(SR.CompiledExpressionsActivityException(e.GetType().FullName, this.settings.Activity.GetType().AssemblyQualifiedName, e.ToString())));
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
2689return type.GetInterface(typeof(IActivityTemplateFactory).FullName) != null || 2690type.GetInterface(typeof(IActivityTemplateFactory<>).FullName) != null;
System.Activities.Presentation (76)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (2)
35return type.FullName; 51name = type.FullName;
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
425this.helpService.RemoveContextAttribute(string.Empty, typeof(Annotation).FullName); 435this.helpService.AddContextAttribute(string.Empty, typeof(Annotation).FullName, ComponentModel.Design.HelpKeywordType.F1Keyword);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (15)
240"itemType", typeof(ContextItem).FullName))); 274itemType.FullName, 275item.ItemType.FullName))); 305"itemType", typeof(ContextItem).FullName))); 367"contextItemType", typeof(ContextItem).FullName))); 410"contextItemType", typeof(ContextItem).FullName))); 540throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.Error_RecursionResolvingService, serviceType.FullName))); 560callback.Method.DeclaringType.FullName, 561serviceType.FullName))); 569callback.Method.DeclaringType.FullName, 570serviceType.FullName, 571service.GetType().FullName))); 692serviceType.FullName, 693serviceInstance.GetType().FullName))); 709Resources.Error_DuplicateService, serviceType.FullName), e));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\GenericTypeParameterConverter.cs (4)
116strBldr.Append(resultType.FullName.Substring(0, resultType.FullName.IndexOf('`'))); 134strBldr.Append(this.displayFullName ? arg.FullName : arg.Name); 141return this.displayFullName ? resultType.FullName : resultType.Name;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\manifestimages.cs (1)
56string fullTypeName = type.FullName;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
556kvMember.Key, kv.Key.FullName); 563kvMember.Key, kv.Key.FullName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
719string.Equals("System.Activities.Presentation.Internal.Xaml.Builtins.StaticExtension", type.FullName));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1074public override string FullName { get { return _baseReflectionType.FullName; } }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\ServiceManager.cs (11)
64Resources.Error_RequiredService, typeof(TServiceType).FullName))); 333typeof(ServiceManager).FullName, 334typeof(TServiceType).FullName, 335serviceType.FullName))); 346_genericCallback.Method.DeclaringType.FullName, 347serviceType.FullName))); 356_genericCallback.Method.DeclaringType.FullName, 357serviceType.FullName, 358service.GetType().FullName))); 400typeof(TServiceType).FullName, 401serviceType.FullName)));
System.Activities.Presentation\System\Activities\Presentation\Base\Documents\ViewManagerAttribute.cs (1)
42typeof(ViewManager).FullName)));
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
142"value", typeof(ModelItem).FullName)));
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
191"value", typeof(ModelItem).FullName)));
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
187return this.GetType().FullName; 192return this.GetType().FullName; 410Fx.Assert(false, "Type '" + editorType.FullName + "' is not assignable from PropertyValueEditor");
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
424Type templateFactoryInterface2 = type.GetInterface(typeof(IActivityTemplateFactory<>).FullName);
System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionMorphHelperAttribute.cs (2)
26SR.InvalidExpressionMorphHelperType, expressionMorphHelperType.FullName, typeof(ExpressionMorphHelper).FullName)));
System.Activities.Presentation\System\Activities\Presentation\SQM\ActivityUsageCounter.cs (1)
124string typeName = activityType.IsGenericType ? activityType.Name : activityType.FullName;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ActivityTemplateFactoryExtension.cs (4)
11return type.GetInterface(typeof(IActivityTemplateFactory).FullName) != null || 12type.GetInterface(typeof(IActivityTemplateFactory<>).FullName) != null; 17if (type.GetInterface(typeof(IActivityTemplateFactory).FullName) != null) 24Type activityFactoryInterfaceType = type.GetInterface(typeof(IActivityTemplateFactory<>).FullName);
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\AnnotationDialog.xaml.cs (1)
18this.HelpKeyword = typeof(Annotation).FullName;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1471string dataObjectKey = typeof(System.Runtime.InteropServices.ComTypes.IDataObject).FullName;
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (9)
646expressionEditorType.FullName, typeof(ExpressionActivityEditor).FullName))); 651expressionEditorType.FullName))); 825expression.GetType().FullName, typeof(ActivityWithResult).FullName); 830expression.GetType().FullName, typeof(Activity<Location>).FullName); 836expression.GetType().FullName, typeof(Activity<>).MakeGenericType(owner.ExpressionType).FullName);
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
214string strName = this.SelectedType.FullName;
System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (4)
16Fx.Assert(targetType.Equals(typeof(string)), "TypeToStringValueConverter cannot convert a type to type " + targetType.FullName); 20Fx.Assert(value is Type, string.Format(CultureInfo.InvariantCulture, "TypeToStringValueConverter cannot convert from type {0} to string", value.GetType().FullName)); 31target = editedType.FullName; 39Fx.Assert(targetType.Equals(typeof(Type)), "TypeToStringValueConverter cannot convert string back to type " + targetType.FullName);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
111return genericTypeDefinition.FullName; 113return type.FullName;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
149if (s != null && s.GetType().FullName.Equals(addinTypeName)) 162if (service != null && service.GetType().FullName.Equals(serviceTypeName))
System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (2)
33throw FxTrace.Exception.AsError(new InvalidCastException(astAsModelItem.ItemType.FullName)); 39throw FxTrace.Exception.AsError(new InvalidCastException(input.GetType().FullName));
System.AddIn (5)
System\Addin\Hosting\AddInActivator.cs (1)
345ObjectHandle objHandle = Activator.CreateInstance(domain, t.Assembly.FullName, t.FullName,
System\Addin\Hosting\AddInServer.cs (1)
67ObjectHandle workerHandle = Activator.CreateInstance(domain, sysCore.FullName, typeof(AddInServerWorker).FullName);
System\Addin\Hosting\AddInStore.cs (1)
1154ObjectHandle inspectionWorkerHandle = Activator.CreateInstance(domain, typeof(InspectionWorker).Assembly.FullName, typeof(InspectionWorker).FullName);
System\Addin\Hosting\InspectionWorker.cs (1)
319_assemblyFileName, (lastType == null) ? "" : lastType.FullName));
System\Addin\Hosting\Store\PipelineComponent.cs (1)
169s_IContractInReflectionLoaderContext = systemAddInContractsInReflLoaderContext.GetType(typeof(System.AddIn.Contract.IContract).FullName, true);
System.ComponentModel.DataAnnotations (8)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
131mainType.FullName,
DataAnnotations\CompareAttribute.cs (1)
59DataAnnotationsResources.Common_PropertyNotFound, containerType.FullName, propertyName));
DataAnnotations\EnumDataTypeAttribute.cs (1)
27throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.EnumDataTypeAttribute_TypeNeedsToBeAnEnum, this.EnumType.FullName));
DataAnnotations\LocalizableString.cs (1)
139this._propertyName, this._resourceType.FullName, this._propertyValue);
DataAnnotations\RangeAttribute.cs (2)
169type.FullName, 170comparableType.FullName));
DataAnnotations\ValidationAttribute.cs (2)
255this._errorMessageResourceType.FullName, 264this._errorMessageResourceType.FullName));
System.Configuration (8)
System\Configuration\ConfigurationElement.cs (1)
974tw.WriteLine("Type: " + GetType().FullName);
System\Configuration\ConfigurationPermission.cs (2)
154if (className.IndexOf(this.GetType().FullName, StringComparison.Ordinal ) < 0) { 185securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace( '\"', '\'' ));
System\Configuration\ProtectedConfigurationSection.cs (1)
64throw new Exception(SR.GetString(SR.Type_from_untrusted_assembly, t.FullName));
System\Configuration\SubclassTypeValidator.cs (2)
49throw new ArgumentException(SR.GetString(SR.Subclass_validator_error, ((Type)value).FullName, _base.FullName));
System\Configuration\TypeUtil.cs (2)
238SR.GetString(SR.Config_type_doesnt_inherit_from_type, type.FullName, baseType.FullName));
System.Core (3)
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
790Out(node.GetType().FullName);
System\Security\Cryptography\ECDiffieHellman.cs (1)
29return Create(typeof(ECDiffieHellmanCng).FullName);
System\Security\Cryptography\ECDsa.cs (1)
29return Create(typeof(ECDsaCng).FullName);
System.Data (117)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\TypeNameHelper.cs (2)
35return type.FullName; 51name = type.FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
425this.helpService.RemoveContextAttribute(string.Empty, typeof(Annotation).FullName); 435this.helpService.AddContextAttribute(string.Empty, typeof(Annotation).FullName, ComponentModel.Design.HelpKeywordType.F1Keyword);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (15)
240"itemType", typeof(ContextItem).FullName))); 274itemType.FullName, 275item.ItemType.FullName))); 305"itemType", typeof(ContextItem).FullName))); 367"contextItemType", typeof(ContextItem).FullName))); 410"contextItemType", typeof(ContextItem).FullName))); 540throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.Error_RecursionResolvingService, serviceType.FullName))); 560callback.Method.DeclaringType.FullName, 561serviceType.FullName))); 569callback.Method.DeclaringType.FullName, 570serviceType.FullName, 571service.GetType().FullName))); 692serviceType.FullName, 693serviceInstance.GetType().FullName))); 709Resources.Error_DuplicateService, serviceType.FullName), e));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\GenericTypeParameterConverter.cs (4)
116strBldr.Append(resultType.FullName.Substring(0, resultType.FullName.IndexOf('`'))); 134strBldr.Append(this.displayFullName ? arg.FullName : arg.Name); 141return this.displayFullName ? resultType.FullName : resultType.Name;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\manifestimages.cs (1)
56string fullTypeName = type.FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (2)
556kvMember.Key, kv.Key.FullName); 563kvMember.Key, kv.Key.FullName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
719string.Equals("System.Activities.Presentation.Internal.Xaml.Builtins.StaticExtension", type.FullName));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1074public override string FullName { get { return _baseReflectionType.FullName; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\ServiceManager.cs (11)
64Resources.Error_RequiredService, typeof(TServiceType).FullName))); 333typeof(ServiceManager).FullName, 334typeof(TServiceType).FullName, 335serviceType.FullName))); 346_genericCallback.Method.DeclaringType.FullName, 347serviceType.FullName))); 356_genericCallback.Method.DeclaringType.FullName, 357serviceType.FullName, 358service.GetType().FullName))); 400typeof(TServiceType).FullName, 401serviceType.FullName)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Documents\ViewManagerAttribute.cs (1)
42typeof(ViewManager).FullName)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
142"value", typeof(ModelItem).FullName)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
191"value", typeof(ModelItem).FullName)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
187return this.GetType().FullName; 192return this.GetType().FullName; 410Fx.Assert(false, "Type '" + editorType.FullName + "' is not assignable from PropertyValueEditor");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
424Type templateFactoryInterface2 = type.GetInterface(typeof(IActivityTemplateFactory<>).FullName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionMorphHelperAttribute.cs (2)
26SR.InvalidExpressionMorphHelperType, expressionMorphHelperType.FullName, typeof(ExpressionMorphHelper).FullName)));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\SQM\ActivityUsageCounter.cs (1)
124string typeName = activityType.IsGenericType ? activityType.Name : activityType.FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ActivityTemplateFactoryExtension.cs (4)
11return type.GetInterface(typeof(IActivityTemplateFactory).FullName) != null || 12type.GetInterface(typeof(IActivityTemplateFactory<>).FullName) != null; 17if (type.GetInterface(typeof(IActivityTemplateFactory).FullName) != null) 24Type activityFactoryInterfaceType = type.GetInterface(typeof(IActivityTemplateFactory<>).FullName);
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\AnnotationDialog.xaml.cs (1)
18this.HelpKeyword = typeof(Annotation).FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1471string dataObjectKey = typeof(System.Runtime.InteropServices.ComTypes.IDataObject).FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (6)
646expressionEditorType.FullName, typeof(ExpressionActivityEditor).FullName))); 651expressionEditorType.FullName))); 825expression.GetType().FullName, typeof(ActivityWithResult).FullName); 830expression.GetType().FullName, typeof(Activity<Location>).FullName); 836expression.GetType().FullName, typeof(Activity<>).MakeGenericType(owner.ExpressionType).FullName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
214string strName = this.SelectedType.FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (4)
16Fx.Assert(targetType.Equals(typeof(string)), "TypeToStringValueConverter cannot convert a type to type " + targetType.FullName); 20Fx.Assert(value is Type, string.Format(CultureInfo.InvariantCulture, "TypeToStringValueConverter cannot convert from type {0} to string", value.GetType().FullName)); 31target = editedType.FullName; 39Fx.Assert(targetType.Equals(typeof(Type)), "TypeToStringValueConverter cannot convert string back to type " + targetType.FullName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewManager.cs (2)
111return genericTypeDefinition.FullName; 113return type.FullName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
149if (s != null && s.GetType().FullName.Equals(addinTypeName)) 162if (service != null && service.GetType().FullName.Equals(serviceTypeName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (2)
33throw FxTrace.Exception.AsError(new InvalidCastException(astAsModelItem.ItemType.FullName)); 39throw FxTrace.Exception.AsError(new InvalidCastException(input.GetType().FullName));
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (1)
573result = Type.FullName;
fx\src\data\System\Data\CodeGen\datacache.cs (3)
276return t.FullName; 1018dataSetClass.CustomAttributes.Add(AttributeDecl(typeof(XmlSchemaProviderAttribute).FullName, Primitive("GetTypedDataSetSchema"))); 1019dataSetClass.CustomAttributes.Add(AttributeDecl(typeof(XmlRootAttribute).FullName, Primitive(stDataSetClassName)));
fx\src\data\System\Data\Common\AdapterUtil.cs (4)
792return ADP.Argument(Res.GetString(Res.SqlConvert_ConvertFailed, fromType.FullName, toType.FullName), innerException); 1567return Argument(Res.GetString(Res.ADP_UnknownDataType, dataType.FullName)); 1573return Argument(Res.GetString(Res.ADP_UnknownDataTypeCode, ((int) typeCode).ToString(CultureInfo.InvariantCulture), dataType.FullName));
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
165typeName = XSDSchema.XsdtoClr(xsdTypeName).FullName;
fx\src\data\System\Data\DataException.cs (8)
636return _Argument(Res.GetString(Res.DataColumn_DefaultValueDataType1, defaultType.FullName, columnType.FullName), inner); 639return _Argument(Res.GetString(Res.DataColumn_DefaultValueDataType, column, defaultType.FullName, columnType.FullName), inner); 643return _Argument(Res.GetString(Res.DataColumn_DefaultValueColumnDataType, column, defaultType.FullName, columnType.FullName), inner); 1433return _Data(Res.GetString(Res.SqlConvert_ConvertFailed, type1.FullName, type2.FullName));
fx\src\data\System\Data\DataSet.cs (3)
3570string typeName = isDataSet ? typeof(DataSet).FullName : typeof(DataTable).FullName; 3601string typeName = typeof(DataSet).FullName;
fx\src\data\System\Data\Filter\FilterException.cs (1)
299return ExceptionBuilder._Argument(Res.GetString(Res.Expr_UnsupportedType, type.FullName));
fx\src\data\System\Data\Filter\FunctionNode.cs (3)
361Debug.Assert((argumentValues[0] is string)||(argumentValues[0] is SqlString), "Invalid first argument " + argumentValues[0].GetType().FullName + " in " + funcs[info].name); 362Debug.Assert(argumentValues[1] is int, "Invalid second argument " + argumentValues[1].GetType().FullName + " in " + funcs[info].name); 363Debug.Assert(argumentValues[2] is int, "Invalid third argument " + argumentValues[2].GetType().FullName + " in " + funcs[info].name);
fx\src\data\System\Data\Merger.cs (2)
400Res.GetString(Res.DataMerge_MissingConstraint, src.GetType().FullName, src.ConstraintName), 420Res.GetString(Res.DataMerge_MissingConstraint, src.GetType().FullName, src.ConstraintName),
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
274dataTypesRow[dataTypeColumn] = typeMap._type.FullName;
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
407newRow[clrType] = nativeType.dataType.FullName;
fx\src\data\System\Data\Sql\invalidudtexception.cs (1)
41string message = Res.GetString(Res.SqlUdt_InvalidUdtMessage, udtType.FullName, reason);
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
405return m_udttype.FullName;
fx\src\data\System\Data\Sql\sqlnorm.cs (1)
261throw new Exception(Res.GetString(Res.Sql_CanotCreateNormalizer, t.FullName));
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
257private static readonly string _typeName = (typeof(SqlDependencyProcessDispatcher)).FullName;
fx\src\data\System\Data\XDRSchema.cs (1)
448throw ExceptionBuilder.CannotConvert(strDefault, type.FullName);
fx\src\data\System\Data\xmlsaver.cs (4)
179root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.MSDNS, col.DataType.FullName); 1138root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.MSDNS, col.DataType.FullName); 2275_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName); 2646_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName);
fx\src\data\System\Data\XMLSchema.cs (7)
66throw ExceptionBuilder.CannotConvert(value,type.FullName); 274throw ExceptionBuilder.CannotConvert(value,type.FullName); 1803throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 1894throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2021throw ExceptionBuilder.CannotConvert(defValue, type.FullName); 2036throw ExceptionBuilder.CannotConvert(strDefault, type.FullName); 2209throw ExceptionBuilder.CannotConvert(strDefault, type.FullName);
System.Data.Entity (134)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (1)
191throw EntityUtil.NotSupported(System.Data.Entity.Strings.Cqt_General_UnsupportedExpression(expression.GetType().FullName));
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
381throw EntityUtil.NotSupported(System.Data.Entity.Strings.Cqt_General_UnsupportedExpression(expression.GetType().FullName));
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1904throw EntityUtil.NotSupported(Strings.Cqt_Factory_MethodResultTypeNotSupported(typeof(TArgument).FullName));
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
186throw EntityUtil.NotSupported(System.Data.Entity.Strings.Cqt_General_UnsupportedExpression(e.GetType().FullName));
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
479throw EntityUtil.NotSupported(System.Data.Entity.Strings.Cqt_General_UnsupportedExpression(e.GetType().FullName));
System\Data\Common\EntityUtil.cs (14)
132type.GetInterface(typeof(ICollection<>).FullName) != null; 153collectionType.GetInterface(typeof(ICollection<>).FullName); 180propertyType.FullName, 877return EntityUtil.InvalidOperation(System.Data.Entity.Strings.ObjectStateManager_GetEntityKeyRequiresObjectToHaveAKey(entity.GetType().FullName)); 898return EntityUtil.InvalidOperation(System.Data.Entity.Strings.ObjectStateManager_NoEntryExistsForObject(entity.GetType().FullName)); 977return NotSupported(System.Data.Entity.Strings.Materializer_RecyclingEntity(System.Data.Common.TypeHelpers.GetFullName(key.EntityContainerName, key.EntitySetName), newEntityType.FullName, existingEntityType.FullName, key.ConcatKeyValue())); 1007return InvalidOperation(System.Data.Entity.Strings.ObjectView_CannotResolveTheEntitySet(type.FullName)); 1190return InvalidOperation(System.Data.Entity.Strings.EntityProxyTypeInfo_ProxyMetadataIsUnavailable(type.FullName), inner); 1193return InvalidOperation(System.Data.Entity.Strings.EntityProxyTypeInfo_DuplicateOSpaceType(type.FullName)); 1250return InvalidOperation(System.Data.Entity.Strings.ObjectContext_NoMappingForEntityType(type.FullName)); 1287typeArgument.FullName, 1483return new InvalidOperationException(System.Data.Entity.Strings.EntityKey_DoesntMatchKeyOnEntity(entity.GetType().FullName)); 1578return Argument(System.Data.Entity.Strings.ADP_UnknownDataTypeCode(((int) typeCode).ToString(CultureInfo.InvariantCulture), dataType.FullName));
System\Data\Common\Utils\MetadataHelper.cs (1)
172if (objectItemCollection.TryGetItem<EdmType>(nonNullabelType.FullName, out objectEdmType))
System\Data\EntityClient\EntityConnection.cs (1)
1007providerName = factory.GetType().FullName;
System\Data\EntityKey.cs (8)
1108throw EntityUtil.IncorrectValueType(argumentName, keyMember.Name, entitySetKeyType.FullName, keyValue.GetType().FullName); 1112throw EntityUtil.IncorrectValueTypeInvalidOperation(keyMember.Name, entitySetKeyType.FullName, keyValue.GetType().FullName); 1128throw EntityUtil.IncorrectValueType(argumentName, keyMember.Name, expectedClrEnumType.FullName, keyValue.GetType().FullName); 1132throw EntityUtil.IncorrectValueTypeInvalidOperation(keyMember.Name, expectedClrEnumType.FullName, keyValue.GetType().FullName);
System\Data\Mapping\FunctionImportMapping.cs (2)
619throw EntityUtil.CommandExecution(Strings.Mapping_FunctionImport_UnsupportedType(this.ColumnName, columnValueType.FullName)); 623throw EntityUtil.CommandExecution(Strings.Mapping_FunctionImport_ConditionValueTypeMismatch(StorageMslConstructs.FunctionImportMappingElement, this.ColumnName, columnValueType.FullName));
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
311m_rowsAffectedParameter.ParameterName, typeof(int).FullName), e, this.GetStateEntries(translator));
System\Data\Mapping\Update\Internal\Propagator.cs (1)
66private static readonly string s_visitorName = typeof(Propagator).FullName;
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (1)
75private static readonly string s_visitorName = typeof(Evaluator).FullName;
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.JoinPredicateVisitor.cs (1)
49private static readonly string s_visitorName = typeof(JoinConditionVisitor).FullName;
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
574value.GetType().FullName, 575userClrType.FullName,
System\Data\Metadata\ClrPerspective.cs (1)
45return TryGetTypeByName(clrType.FullName,
System\Data\Metadata\Edm\EntityType.cs (1)
328builder.Append("CLR:").Append(ClrType.FullName);
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
529throw EntityUtil.InvalidOperation(System.Data.Entity.Strings.CodeGen_ConstructorNoParameterless(type.FullName));
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (18)
88if (SessionData.TypesInLoading.TryGetValue(clrType.FullName, out edmType) || 139Debug.Assert(!SessionData.TypesInLoading.ContainsKey(clrType.FullName), "This should be called only after looking in typesInLoading"); 149return immutableCacheEntry.TryGetEdmType(clrType.FullName, out edmType); 182SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.GenericTypeNotSupported(type.FullName), null)); 277Debug.Assert(!SessionData.TypesInLoading.ContainsKey(clrType.FullName), "Trying to load a type that is already loaded???"); 290SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.NestedClassNotSupported(clrType.FullName, clrType.Assembly.FullName), null)); 323Strings.Validator_UnsupportedEnumUnderlyingType(clrType.GetEnumUnderlyingType().FullName), 343SessionData.TypesInLoading.Add(clrType.FullName, edmType); 540SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.Validator_OSpace_InvalidNavPropReturnType(propertyInfo.Name, propertyInfo.DeclaringType.FullName, propertyInfo.PropertyType.FullName), null)); 576propertyInfo.Name, propertyInfo.DeclaringType.FullName, attribute.TargetRoleName, attribute.RelationshipName), navigationProperty)); 596propertyInfo.Name, propertyInfo.DeclaringType.FullName, attribute.RelationshipName), declaringType)); 630SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.Validator_OSpace_ScalarPropertyNotPrimitive(property.Name, property.DeclaringType.FullName, property.PropertyType.FullName), null)); 670clrProperty.DeclaringType.FullName, 671clrProperty.PropertyType.FullName), null)); 703SessionData.EdmItemErrors.Add(new EdmItemError(System.Data.Entity.Strings.Validator_OSpace_ComplexPropertyNotComplex(clrProperty.Name, clrProperty.DeclaringType.FullName, clrProperty.PropertyType.FullName), null));
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (17)
44SessionData.LoadMessageLogger.LogLoadMessage(Strings.Validator_OSpace_Convention_Struct(cspaceType.FullName, type.FullName), cspaceType); 65new EdmItemError(Strings.Validator_OSpace_Convention_AmbiguousClrType(cspaceType.Name, previousOSpaceType.ClrType.FullName, type.FullName), previousOSpaceType)); 181string message = Strings.Validator_OSpace_Convention_BaseTypeIncompatible(type.BaseType.FullName, type.FullName, cspaceType.BaseType.FullName); 194SessionData.TypesInLoading.Add(type.FullName, ospaceType); 233SessionData.TypesInLoading.Add(enumType.FullName, newOSpaceType); 258Strings.Validator_UnsupportedEnumUnderlyingType(enumType.GetEnumUnderlyingType().FullName), 315enumType.FullName, 398string message = Strings.Validator_OSpace_Convention_MissingRequiredProperty(cspaceProperty.Name, type.FullName); 437cspaceProperty.Name, type.FullName); 577string message = Strings.Validator_OSpace_Convention_ScalarPropertyMissginGetterOrSetter(clrProperty.Name, type.FullName, type.Assembly.FullName); 584string message = Strings.Validator_OSpace_Convention_NonPrimitiveTypeProperty(clrProperty.Name, type.FullName, clrProperty.PropertyType.FullName); 591string message = Strings.Validator_OSpace_Convention_MissingRequiredProperty(cspaceProperty.Name, type.FullName); 612string message = Strings.Validator_OSpace_Convention_MissingRequiredProperty(cspaceProperty.Name, type.FullName); 651Strings.Validator_OSpace_Convention_ScalarPropertyMissginGetterOrSetter(clrProperty.Name, type.FullName, type.Assembly.FullName),
System\Data\Objects\DataClasses\EntityCollection.cs (3)
518throw EntityUtil.InvalidContainedTypeCollection(wrappedEntity.Entity.GetType().FullName, typeof(TEntity).FullName); 744this.TargetAccessor.PropertyName, this.WrappedOwner.Entity.GetType().FullName));
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (2)
526throw EntityUtil.InvalidContainedTypeReference(wrappedEntity.Entity.GetType().FullName, typeof(TEntity).FullName);
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2553EntityType entityType = _wrappedOwner.Context.MetadataWorkspace.GetItem<EntityType>(_wrappedOwner.IdentityType.FullName, DataSpace.OSpace);
System\Data\Objects\DataClasses\RelationshipManager.cs (5)
379EntityType entityType = wrappedOwner.Context.MetadataWorkspace.GetItem<EntityType>(wrappedOwner.IdentityType.FullName, DataSpace.OSpace); 500throw EntityUtil.OwnerIsNotSourceType(wrappedOwner.IdentityType.FullName, sourceType.FullName, sourceEnd.Name, relationshipName); 621string identityName = WrappedOwner.IdentityType.FullName; 669mappings.TryGetMap(WrappedOwner.IdentityType.FullName, DataSpace.OSpace, out map))
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1049if(!_perspective.TryGetTypeByName(nonNullableType.FullName, false, out type))
System\Data\Objects\ELinq\Funcletizer.cs (4)
292if (_rootContext.Perspective.TryGetTypeByName(TypeSystem.GetNonNullableType(type).FullName, 420return EntityUtil.NotSupported(Strings.CompiledELinq_UnsupportedParameterTypes(expression.Type.FullName)); 429return EntityUtil.NotSupported(Strings.CompiledELinq_UnsupportedNamedParameterType(parameterExp.Name, parameterExp.Type.FullName)); 434return EntityUtil.NotSupported(Strings.CompiledELinq_UnsupportedNamedParameterUseAsType(parameterExp.Name, expression.Type.FullName));
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
238if (m.Method.Name == "CompareString" && m.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.Operators")
System\Data\Objects\EntityEntry.cs (8)
1794throw new InvalidOperationException(System.Data.Entity.Strings.ObjectStateEntry_ComplexObjectUsedMultipleTimes(this.Entity.GetType().FullName, complexObject.GetType().FullName)); 2148throw new EntityException(System.Data.Entity.Strings.ObjectStateEntry_UnableToEnumerateCollection(n.Name, this.Entity.GetType().FullName)); 2271throw new EntityException(System.Data.Entity.Strings.ObjectStateEntry_UnableToEnumerateCollection(n.Name, this.Entity.GetType().FullName)); 3354throw EntityUtil.EntitiesHaveDifferentType(this.Entity.GetType().FullName, wrappedCurrentEntity.Entity.GetType().FullName); 3382throw EntityUtil.EntitiesHaveDifferentType(this.Entity.GetType().FullName, wrappedOriginalEntity.Entity.GetType().FullName);
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
461Debug.Assert(property != null, String.Format(CultureInfo.CurrentCulture, "Expected property {0} to be defined on proxy type {1}", member.Name, proxyType.FullName)); 464Debug.Assert(interceptorField != null, String.Format(CultureInfo.CurrentCulture, "Expected interceptor field for property {0} to be defined on proxy type {1}", member.Name, proxyType.FullName));
System\Data\Objects\Internal\EntitySqlQueryState.cs (1)
245parameter.MappableType.FullName,
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (7)
53throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName, type.FullName)); 64throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName, _entity.GetType().FullName), ex); 85throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName, type.FullName)); 96throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName, _entity.GetType().FullName), ex); 132throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(propertyName, entityType.FullName)); 176throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName, entity.GetType().FullName), ex); 235throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName, entity.GetType().FullName), ex);
System\Data\Objects\ObjectContext.cs (10)
970throw EntityUtil.EntitiesHaveDifferentType(ose.Entity.GetType().FullName, originalEntity.GetType().FullName); 1305throw EntityUtil.MultipleEntitySetsFoundInAllContainers(entityCLRType.FullName, exceptionParameterName); 1321throw EntityUtil.NoEntitySetFoundForType(entityCLRType.FullName, exceptionParameterName); 1343throw EntityUtil.MultipleEntitySetsFoundInSingleContainer(entityCLRType.FullName, container.Name, exceptionParameterName); 1387throw EntityUtil.InvalidEntityTypeForObjectSet(entityCLRType.FullName, entitySet.ElementType.FullName, entitySetName, exceptionParameterName); 2809if (!this.Perspective.TryGetTypeByName(objectParameter.MappableType.FullName, /*ignoreCase */ false, out typeUsage)) 2812this.Perspective.TryGetTypeByName(objectParameter.MappableType.FullName, /*ignoreCase */ false, out typeUsage); 2901ospaceItems.TryGetItem<EntityType>(type.FullName, out entityType); 2963ClrEntityType entityType = MetadataWorkspace.GetItem<ClrEntityType>(clrType.FullName, DataSpace.OSpace);
System\Data\Objects\ObjectParameterCollection.cs (3)
207throw EntityUtil.ArgumentOutOfRange(System.Data.Entity.Strings.ObjectParameter_InvalidParameterType(parameter.ParameterType.FullName), "parameter"); 392this._cacheKey = "@@1" + theParam.Name + ":" + theParam.ParameterType.FullName; 413keyBuilder.Append(thisParam.ParameterType.FullName);
System\Data\Objects\ObjectQuery_EntitySqlExtensions.cs (1)
372throw EntityUtil.EntitySqlError(System.Data.Entity.Strings.ObjectQuery_QueryBuilder_InvalidResultType(typeof(TResultType).FullName));
System\Data\Objects\ObjectStateManager.cs (3)
313var entityType = MetadataWorkspace.GetItem<ClrEntityType>(identityType.FullName, DataSpace.OSpace); 2984MetadataWorkspace.GetMap(entityType.FullName, DataSpace.OSpace, DataSpace.OCSpace)); 3732throw EntityUtil.EntityTypeDoesNotMatchEntitySet(entity.GetType().FullName, entitySet.Name, "entity");
System\Data\Query\InternalTrees\OpCopier.cs (1)
282throw new NotSupportedException(System.Data.Entity.Strings.Iqt_General_UnsupportedOp(op.GetType().FullName));
System\Data\Query\InternalTrees\Visitors.cs (1)
146throw new NotSupportedException(System.Data.Entity.Strings.Iqt_General_UnsupportedOp(op.GetType().FullName));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
977throw EntityUtil.NotSupported(System.Data.Entity.Strings.Cqt_General_UnsupportedExpression(e.GetType().FullName));
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
213throw EntityUtil.NotSupported(System.Data.Entity.Strings.Cqt_General_UnsupportedExpression(expression.GetType().FullName));
System\Data\SqlClient\SqlTypesAssembly.cs (3)
80Debug.Assert(prop != null, "Type '" + exp.Type.FullName + "' does not declare a public instance property with the name '" + propertyName + "'"); 523Debug.Assert(staticCtorMethod != null, "Could not find method '" + methodName + "' on type '" + spatialType.FullName + "'"); 524Debug.Assert(staticCtorMethod.GetParameters().Length == 2 && staticCtorMethod.GetParameters()[1].ParameterType == typeof(int), "Static constructor method on '" + spatialType.FullName + "' does not match static constructor pattern?");
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (3)
376CodeAttributeDeclaration xmlIgnoreAttribute = EmitSimpleAttribute(typeof(System.Xml.Serialization.XmlIgnoreAttribute).FullName); 377CodeAttributeDeclaration soapIgnoreAttribute = EmitSimpleAttribute(typeof(System.Xml.Serialization.SoapIgnoreAttribute).FullName); 390CodeAttributeDeclaration browsableAttribute = EmitSimpleAttribute(typeof(System.ComponentModel.BrowsableAttribute).FullName, false);
System.Data.Linq (16)
ChangeProcessor.cs (2)
618return string.CompareOrdinal(x.Type.Type.FullName, y.Type.Type.FullName);
Mapping\MappedMetaModel.cs (4)
101this.types.Add(rowType.FullName, rowType); 115this.types.Add(rowType.FullName, rowType); 224|| string.Compare(rootMapping.Name, type.FullName, StringComparison.Ordinal) == 0 252typeName = this.contextType.FullName;
parent\DbmlShared\Mapping.cs (1)
62|| string.Compare(map.Name, type.FullName, StringComparison.Ordinal) == 0
SqlClient\Query\MethodCallConverter.cs (2)
79call.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.Operators" && 89mc.Method.DeclaringType.FullName == "Microsoft.VisualBasic.Interaction" && mc.Method.Name == "IIf";
SqlClient\Query\SqlMethodCallConverter.cs (4)
485call.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.Operators" && 491(mc.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.LikeOperator" && mc.Method.Name == "LikeString") 492|| (mc.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.Operators" && mc.Method.Name == "LikeString"); 497mc.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.Conversions") {
SqlClient\SqlProvider.cs (3)
153if (String.CompareOrdinal(con.GetType().FullName, SqlCeConnectionTypeName) == 0) { 369if (connection.GetType().FullName == SqlCeTransactionTypeName) { 380if (con.GetType().FullName == SqlCeConnectionTypeName) {
System.Data.Services (36)
parent\Client\System\Data\Services\Client\Common.cs (1)
63Debug.Assert(!type.FullName.StartsWith("System.Tuple", StringComparison.Ordinal), "System.Tuple is not blocked by unsupported type check");
System\Data\Services\DataServiceConfiguration.cs (17)
499throw new InvalidOperationException(Strings.DataService_AuthorizationReturnedNullQuery(methods[i].Name, methods[i].DeclaringType.FullName)); 554throw new InvalidOperationException(Strings.DataService_AuthorizationReturnedNullQuery(methods[i].Name, methods[i].DeclaringType.FullName)); 903throw new InvalidOperationException(Strings.DataService_QueryInterceptorIncorrectParameterCount(method.Name, type.FullName, parameters.Length)); 911throw new InvalidOperationException(Strings.DataService_AuthorizationMethodVoid(method.Name, type.FullName, expectedReturnType)); 919Strings.DataService_AuthorizationReturnTypeNotAssignable(method.Name, type.FullName, returnType.FullName, expectedReturnType.FullName)); 934throw new InvalidOperationException(Strings.DataService_ParameterIsOut(method.DeclaringType.FullName, method.Name, parameter.Name)); 1011type.FullName); 1037type.FullName); 1047type.FullName, 1060type.FullName, 1061elementParameterType.FullName, 1072type.FullName, 1073typeof(UpdateOperations).FullName); 1082type.FullName, 1083returnType.FullName);
System\Data\Services\ErrorHandler.cs (2)
309string exceptionType = exception.GetType().FullName; 348string exceptionType = exception.GetType().FullName;
System\Data\Services\IgnorePropertiesAttribute.cs (1)
95throw new InvalidOperationException(Strings.IgnorePropertiesAttribute_InvalidPropertyName(propertyName, type.FullName));
System\Data\Services\Parsing\FunctionDescription.cs (2)
199builder.Append(underlyingType.FullName); 204builder.Append(type.FullName);
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
933throw new InvalidOperationException(Strings.BadProvider_InvalidTypeSpecified(type.FullName)); 968if (objectItemCollection.TryGetItem<StructuralType>(type.FullName, out ospaceType))
System\Data\Services\Providers\ReflectionServiceProvider.cs (7)
269throw new InvalidOperationException(Strings.ReflectionProvider_MultipleEntitySetsForSameType(entitySetInfo.Value.Name, property.Name, entitySetType.FullName, resourceType.FullName)); 273throw new InvalidOperationException(Strings.ReflectionProvider_MultipleEntitySetsForSameType(property.Name, entitySetInfo.Value.Name, resourceType.FullName, entitySetType.FullName)); 356throw new InvalidOperationException(Strings.BadProvider_InvalidTypeSpecified(type.FullName)); 442throw new InvalidOperationException(Strings.ReflectionProvider_EntityTypeHasKeyButNoEntitySet(type.FullName)); 511throw new InvalidOperationException(Strings.BadProvider_UnsupportedType(type.FullName)); 547throw new InvalidOperationException(Strings.BadProvider_UnsupportedAncestorType(type.FullName, ancestors[i].FullName));
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
464fullName = typeof(object).FullName;
System\Data\Services\WebUtil.cs (3)
370return type.FullName; 585fullName = fullName ?? type.FullName; 697throw new DataServiceException(500, Strings.BadProvider_InvalidTypeSpecified(obj.GetType().FullName));
System.Data.Services.Client (13)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
353if (visited.Method.IsStatic && visited.Method.Name == "CompareString" && visited.Method.DeclaringType.FullName == "Microsoft.VisualBasic.CompilerServices.Operators")
System\Data\Services\Client\ALinq\ExpressionWriter.cs (1)
499return this.context.ResolveNameFromType(type) ?? type.FullName;
System\Data\Services\Client\ALinq\TypeSystem.cs (1)
139expressionVBMethodMap.TryGetValue(mi.DeclaringType.FullName + "." + mi.Name, out methodName)));
System\Data\Services\Client\AtomMaterializer.cs (6)
639throw new NullReferenceException(Strings.AtomMaterializer_EntryToInitializeIsNull(resultType.FullName)); 650resultType.FullName, 651entry.ActualType.ElementType.FullName, 1225throw new InvalidOperationException(Strings.AtomMaterializer_CannotAssignNull(atomProperty.Name, type.FullName)); 1815item.GetType().FullName, 1816collectionType.ElementType.FullName);
System\Data\Services\Client\Binding\BindingUtils.cs (1)
32throw new InvalidOperationException(Strings.DataBinding_Util_UnknownEntitySetName(entity.GetType().FullName));
System\Data\Services\Client\ClientConvert.cs (1)
282return type.FullName;
System\Data\Services\Client\Common.cs (1)
63Debug.Assert(!type.FullName.StartsWith("System.Tuple", StringComparison.Ordinal), "System.Tuple is not blocked by unsupported type check");
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
350string message = Strings.ALinq_ProjectionMemberAssignmentMismatch(targetType.FullName, previous.LastOrDefault(), candidate.LastOrDefault());
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\EarlyBoundInfo.cs (1)
27Debug.Assert(this.constrInfo != null, "The early bound object type " + ebType.FullName + " must have a public default constructor");
System\Xml\Xsl\XslException.cs (1)
66string result = this.GetType().FullName;
System.Drawing (7)
commonui\System\Drawing\Design\ToolboxItem.cs (3)
703TypeName = type.FullName; 862throw new ArgumentException(SR.GetString(SR.ToolboxItemInvalidPropertyType, propertyName, expectedType.FullName), "value"); 1000throw new ArgumentException(SR.GetString(SR.ToolboxItemValueNotSerializable, value.GetType().FullName));
commonui\System\Drawing\Printing\PrintingPermission.cs (2)
173securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace('\"', '\'')); 197if (className == null || className.IndexOf(this.GetType().FullName) == -1) {
commonui\System\Drawing\ToolboxBitmapAttribute.cs (2)
419name = t.FullName; 460Debug.Fail("Failed to load toolbox image for '" + t.FullName + "':\r\n" + e.ToString());
System.IdentityModel (8)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
181throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
334throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName)); 557throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\IdentityModel\Policy\UnconditionalPolicy.cs (1)
204throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\IdentityModel\RsaSignatureCookieTransform.cs (2)
210throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ID6035, HashName, verificationKeys[0].GetType().FullName), e)); 282throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ID6035, HashName, signingKey.GetType().FullName), e));
System\IdentityModel\Tokens\WindowsSecurityToken.cs (1)
115throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
182throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System.Management (7)
Instrumentation\SchemaMapping.cs (2)
174 codeToWMI.Line(String.Format("{0} instNET = ({0})obj;", type.FullName.Replace('+', '.'))); // bug#92918 - watch for nested classes 282 codeCCTOR.Line(String.Format("mapTypeToConverter[typeof({0})] = typeof({1});", ((Type)entry.Key).FullName.Replace('+', '.'), (string)entry.Value)); // bug#92918 - watch for nested classes
Instrumentation\SchemaRegistration.cs (1)
378 codeCCTOR.Line(String.Format("mapTypeToConverter[typeof({0})] = typeof({1});", mapping.ClassType.FullName.Replace('+', '.'), mapping.CodeClassName)); // bug#92918 - watch for nested classes
InteropClasses\WMIInterop.cs (2)
30static readonly string name = typeof(IWbemClassObjectFreeThreaded).FullName; 473static readonly string name = typeof(IWbemQualifierSetFreeThreaded).FullName;
managementobjectcollection.cs (2)
60private static readonly string name = typeof(ManagementObjectCollection).FullName; 416private static readonly string name = typeof(ManagementObjectEnumerator).FullName;
System.Messaging (1)
System\Messaging\MessageQueuePermission.cs (1)
397root.AddAttribute("class", type.FullName + ", " + type.Module.Assembly.FullName.Replace('\"', '\''));
System.Net (134)
net\PeerToPeer\Collaboration\ContactManager.cs (21)
167if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 172if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 186if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 198if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 387if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 399if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 594if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 606if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 807if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 818if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1020if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1032if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1249if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1329if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1387if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1480if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1488if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1520if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1626if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1707if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1743if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\MyContact.cs (3)
554if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 562if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 586if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\Peer.cs (8)
230if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 240if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 273if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 278if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 355if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 772if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 778if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1078if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\PeerApplication.cs (20)
84if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 89if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 98if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 103if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 115if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 119if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 128if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 132if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 140if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 144if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 152if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 156if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 170if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 175if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 189if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 200if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 429if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 439if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 463if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 470if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (2)
181if (className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) < 0){ 195securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace('\"', '\''));
net\PeerToPeer\Collaboration\PeerContact.cs (36)
96if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 100if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 108if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 112if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 120if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 124if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 132if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 136if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 144if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 148if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 167if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 195if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 201if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 239if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 451if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 534if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 542if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 556if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 601if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 629if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 651if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 710if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 741if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 774if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 808if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 840if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 874if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1156if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1168if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1407if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1419if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1661if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1673if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1909if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1924if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 1952if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\PeerEndPoint.cs (7)
136if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 141if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 155if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 169if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 376if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 410if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 417if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\PeerNearMe.cs (15)
90if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 95if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 104if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 110if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 217if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 429if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 436if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 452if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 688if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 722if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 755if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 785if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 818if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 842if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 849if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\Collaboration\PeerObject.cs (14)
77if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 81if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 89if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 93if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 105if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 109if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 123if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 128if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 142if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 153if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 372if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 382if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 405if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 412if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\PeerNameRegistration.cs (5)
128throw new ObjectDisposedException(this.GetType().FullName); 230throw new ObjectDisposedException(this.GetType().FullName); 253if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 465if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 626if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\PeerNameResolver.cs (1)
201if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName);
net\PeerToPeer\PnrpPermission.cs (2)
168if (className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) < 0) { 182securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace('\"', '\''));
System.Runtime.Remoting (18)
channels\core\corechannel.cs (1)
1087InternalRemotingServices.RemotingTrace(e.GetType().FullName);
channels\http\httpremotinghandler.cs (1)
507String xmlNamespace = "http://" + machineAndAppName + "/" + type.FullName;
channels\sinks\soapformattersinks.cs (1)
865typeName = "clr:" + type.FullName + ", " + type.Assembly.GetName().Name;
metadata\wsdlparser.cs (7)
3703if (param.GetTypeString(null, true) != paramInfos[i].ParameterType.FullName) 4521sb.Append(CSharpTypeString(method.ReturnType.FullName)); 4523sb.Append(WsdlParser.IsValidCS(type.FullName)); 4543sb.Append(CSharpTypeString(parameterType.FullName)); 4565sb.Append(URTMethod.ValueString(CSharpTypeString(param.ParameterType.FullName))); 4575String valueString = URTMethod.ValueString(CSharpTypeString(method.ReturnType.FullName)); 4590sb.Append(WsdlParser.IsValidCS(type.FullName));
metadata\wsdlwriter.cs (8)
166refName = type.FullName; 414String refTypeName = type.FullName; 463if (!type.FullName.StartsWith("System.")) 1455baseType.FullName != "System.EnterpriseServices.ServicedComponent" && 1456baseType.FullName != "System.__ComObject") 2171if (baseType != null && baseType.FullName == "System.EnterpriseServices.ServicedComponent") 2351if (!itype.FullName.StartsWith("System.")) 2376if (baseType != null && !baseType.FullName.StartsWith("System."))
System.Runtime.Serialization (40)
System\Runtime\Serialization\CodeExporter.cs (2)
515CodeAttributeDeclaration debuggerStepThroughAttribute = new CodeAttributeDeclaration(typeof(System.Diagnostics.DebuggerStepThroughAttribute).FullName); 516CodeAttributeDeclaration generatedCodeAttribute = new CodeAttributeDeclaration(typeof(GeneratedCodeAttribute).FullName);
System\Runtime\Serialization\Configuration\DeclaredTypeValidator.cs (1)
22if (type.StartsWith(Globals.TypeOfObject.FullName, StringComparison.Ordinal))
System\Runtime\Serialization\DataContract.cs (3)
1618GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName); 1789return !type.IsGenericTypeDefinition && type.ContainsGenericParameters ? String.Format(CultureInfo.InvariantCulture, "{0}.{1}", type.Namespace, type.Name) : type.FullName; 1834StringBuilder builder = new StringBuilder(type.GetGenericTypeDefinition().FullName).Append(Globals.OpenBracket);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (2)
43TD.DCJsonGenReaderStart("Class", classContract.UnderlyingType.FullName); 90TD.DCJsonGenReaderStart("GetOnlyCollection", collectionContract.UnderlyingType.FullName);
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
37TD.DCJsonGenWriterStart("Class", classContract.UnderlyingType.FullName); 59TD.DCJsonGenWriterStart("Collection", collectionContract.UnderlyingType.FullName);
System\Runtime\Serialization\SchemaImporter.cs (2)
1131GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName); 1147genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName);
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
48TD.DCGenReaderStart("Class", classContract.UnderlyingType.FullName); 70TD.DCGenReaderStart("Collection", collectionContract.UnderlyingType.FullName); 92TD.DCGenReaderStart("GetOnlyCollection", collectionContract.UnderlyingType.FullName);
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
47TD.DCGenWriterStart("Class", classContract.UnderlyingType.FullName); 69TD.DCGenWriterStart("Collection", collectionContract.UnderlyingType.FullName);
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
196TD.DCDeserializeWithSurrogateStart(declaredType.FullName);
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
447throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.RequiredMemberMustBeEmitted, memberName, type.FullName)));
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
340TD.DCSerializeWithSurrogateStart(declaredType.FullName);
System\Xml\XmlMtomReader.cs (20)
2106get { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, this.GetType().FullName))); } 2114throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, this.GetType().FullName))); 2116set { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, this.GetType().FullName))); } 2121throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, this.GetType().FullName))); 2131throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, this.GetType().FullName))); 2136throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, this.GetType().FullName))); 2158throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, this.GetType().FullName))); 2163throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, this.GetType().FullName))); 2168throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, this.GetType().FullName))); 2835throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, stream.GetType().FullName))); 2844throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, stream.GetType().FullName))); 2848throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, stream.GetType().FullName))); 2855throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ReadNotSupportedOnStream, stream.GetType().FullName))); 2862throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, stream.GetType().FullName))); 2873throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ReadNotSupportedOnStream, stream.GetType().FullName))); 2880throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, stream.GetType().FullName))); 2891throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ReadNotSupportedOnStream, stream.GetType().FullName))); 2976throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, stream.GetType().FullName))); 2981throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream, stream.GetType().FullName))); 2986throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream, stream.GetType().FullName)));
System.Security (6)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
319validationMethod.DeclaringType.FullName,
system\security\permissions\dataprotectionpermission.cs (5)
68throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Argument_WrongType"), this.GetType().FullName)); 83throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Argument_WrongType"), this.GetType().FullName)); 100throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Argument_WrongType"), this.GetType().FullName)); 116securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.Assembly.FullName.Replace('\"', '\'')); 130if (className == null || className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) == -1)
System.ServiceModel (146)
System\ServiceModel\Administration\ContractInstanceProvider.cs (2)
165instance.SetProperty(AdministrationStrings.Type, behavior.GetType().FullName); 224instance.SetProperty(AdministrationStrings.Type, behavior.GetType().FullName);
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
536instance.SetProperty(AdministrationStrings.Type, behavior.GetType().FullName);
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
341instance.SetProperty(AdministrationStrings.Type, behavior.GetType().FullName);
System\ServiceModel\ChannelFactory.cs (8)
552ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructChannelFactory, typeof(TChannel).FullName), ActivityType.Construct); 572ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructChannelFactory, typeof(TChannel).FullName), ActivityType.Construct); 602ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructChannelFactory, typeof(TChannel).FullName), ActivityType.Construct); 621ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructChannelFactory, typeof(TChannel).FullName), ActivityType.Construct); 664get { return SR.GetString(SR.ActivityCloseChannelFactory, typeof(TChannel).FullName); } 669get { return SR.GetString(SR.ActivityOpenChannelFactory, typeof(TChannel).FullName); } 841throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxCallbackTypeCannotBeNull, endpoint.Contract.ContractType.FullName))); 850throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxCallbackTypeCannotBeNull, endpoint.Contract.ContractType.FullName)));
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
93string errorMsg = SR.GetString(SR.UnsupportedEnvelopeVersion, this.GetType().FullName, BinaryEncoderDefaults.EnvelopeVersion, value.Envelope);
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
133throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
217throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(source.GetType().FullName));
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
468TD.WebSocketUseVersionFromClientWebSocketFactory(this.EventTraceActivity, this.connectionFactory.GetType().FullName); 509TD.WebSocketCreateClientWebSocketWithFactory(this.EventTraceActivity, this.connectionFactory.GetType().FullName);
System\ServiceModel\Channels\CommunicationObject.cs (2)
402get { return SR.GetString(SR.ActivityClose, this.GetType().FullName); } 407get { return SR.GetString(SR.ActivityOpen, this.GetType().FullName); }
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
489throw FxTrace.Exception.AsError(new PlatformNotSupportedException(SR.GetString(SR.WebSocketsClientSideNotSupported, typeof(ClientWebSocketFactory).FullName)));
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
302return string.Format(CultureInfo.InvariantCulture, "{0}.{1}", t.FullName, m.Name);
System\ServiceModel\Channels\MessageHeader.cs (1)
446throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.MessageHeaderVersionNotSupported, this.GetType().FullName, messageVersion.ToString()), "version"));
System\ServiceModel\Channels\MessageHeaders.cs (1)
1220header.GetType().FullName, this.version.Envelope.ToString()), "header"));
System\ServiceModel\Channels\RequestContextBase.cs (1)
205throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\ServiceModel\Channels\ServiceChannel.cs (2)
1572AspNetEnvironment.Current.TraceIncrementBusyCount(this.GetType().FullName); 1588AspNetEnvironment.Current.TraceDecrementBusyCount(this.GetType().FullName);
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
311activityName = SR.GetString(SR.ActivityClose, this.serviceChannel.GetType().FullName); 394get { return proxiedType.FullName; }
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1539singleton = defaultDomain.CreateInstanceAndUnwrap(Assembly.GetExecutingAssembly().FullName, typeof(AllowHelper).FullName) as AllowHelper;
System\ServiceModel\Channels\TransactionChannelListener.cs (5)
197throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName)); 207throw TraceUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName), message); 222throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName)); 232throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName)); 242throw TraceUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName), message);
System\ServiceModel\ClientBase.cs (2)
357ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityOpenClientBase, typeof(TChannel).FullName), ActivityType.OpenClient); 603ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityCloseClientBase, typeof(TChannel).FullName), ActivityType.Close);
System\ServiceModel\ComIntegration\ComIntegrationManifestGenerator.cs (1)
144name = t.FullName;
System\ServiceModel\Configuration\CommonEndpointBehaviorElement.cs (2)
29typeof(System.ServiceModel.Description.IEndpointBehavior).FullName), 50typeof(System.ServiceModel.Description.IEndpointBehavior).FullName),
System\ServiceModel\Configuration\CommonServiceBehaviorElement.cs (2)
29typeof(System.ServiceModel.Description.IServiceBehavior).FullName), 50typeof(System.ServiceModel.Description.IServiceBehavior).FullName),
System\ServiceModel\Configuration\ConfigurationChannelFactory.cs (1)
21ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructChannelFactory, typeof(TChannel).FullName), ActivityType.Construct);
System\ServiceModel\Configuration\MessageSecurityVersionConverter.cs (2)
65SR.GetString(SR.ConfigInvalidClassFactoryValue, version, typeof(MessageSecurityVersion).FullName))); 109SR.GetString(SR.ConfigInvalidClassInstanceValue, typeof(MessageSecurityVersion).FullName)));
System\ServiceModel\Configuration\MessageVersionConverter.cs (2)
68SR.GetString(SR.ConfigInvalidClassFactoryValue, messageVersion, typeof(MessageVersion).FullName))); 116SR.GetString(SR.ConfigInvalidClassInstanceValue, typeof(MessageVersion).FullName)));
System\ServiceModel\Configuration\PolicyVersionConverter.cs (2)
53SR.GetString(SR.ConfigInvalidClassFactoryValue, policyVersion, typeof(PolicyVersion).FullName))); 81SR.GetString(SR.ConfigInvalidClassInstanceValue, typeof(PolicyVersion).FullName)));
System\ServiceModel\Configuration\ReliableMessagingVersionConverter.cs (1)
74SR.GetString(SR.ConfigInvalidClassInstanceValue, typeof(ReliableMessagingVersion).FullName)));
System\ServiceModel\Configuration\SecurityAlgorithmSuiteConverter.cs (2)
94SR.GetString(SR.ConfigInvalidClassFactoryValue, securityAlgorithm, typeof(SecurityAlgorithmSuite).FullName))); 144SR.GetString(SR.ConfigInvalidClassInstanceValue, typeof(SecurityAlgorithmSuite).FullName)));
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (2)
55this.CollectionElementBaseType.FullName, 355this.CollectionElementBaseType.FullName),
System\ServiceModel\Description\ClientClassGenerator.cs (1)
996return method.ReturnType == null || String.Compare(method.ReturnType.BaseType, typeof(void).FullName, StringComparison.Ordinal) == 0;
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
111CodeAttributeDeclaration knownTypeAttribute = new CodeAttributeDeclaration(typeof(ServiceKnownTypeAttribute).FullName);
System\ServiceModel\Description\MessageContractExporter.cs (1)
234throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxFaultTypeAnonymous, operation.Name, fault.DetailType.FullName)));
System\ServiceModel\Description\MessageContractImporter.cs (1)
1757return typeRef.BaseType == typeof(Nullable<>).FullName;
System\ServiceModel\Description\OperationGenerator.cs (1)
963if (resultType.BaseType == ServiceReflector.VoidType.FullName)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
153typeName = existingType.FullName;
System\ServiceModel\Description\ServiceDescription.cs (2)
134serviceDescription.ConfigurationName = type.FullName; 178serviceType.FullName)));
System\ServiceModel\Description\ServiceReflector.cs (7)
386throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ServicesWithoutAServiceContractAttributeCan2, operationContractProviderType.Name, method.Name, service.FullName))); 587throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxDisallowedAttributeCombination, attrProvider, attrType.FullName, otherType.FullName))); 844throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.NoEndMethodFoundForAsyncBeginMethod3, beginMethod.Name, beginMethod.DeclaringType.FullName, endMethodName))); 848throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.MoreThanOneEndMethodFoundForAsyncBeginMethod3, beginMethod.Name, beginMethod.DeclaringType.FullName, endMethodName))); 859throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidAsyncEndMethodSignatureForMethod2, endMethod.Name, endMethod.DeclaringType.FullName))); 892throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidAsyncBeginMethodSignatureForMethod2, method.Name, method.DeclaringType.FullName)));
System\ServiceModel\Description\TypeLoader.cs (9)
186contract.ConfigurationName = channelType.FullName; 201contract.ConfigurationName = channelType.FullName; 391throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxKnownTypeAttributeUnknownMethod3, provider, knownTypeAttribute.MethodName, type.FullName))); 394throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxKnownTypeAttributeReturnType3, provider, knownTypeAttribute.MethodName, type.FullName))); 495opBehaviorAttr.GetType().FullName))); 505opBehaviorAttr.GetType().FullName))); 516opBehaviorAttr.GetType().FullName))); 713contractDescription.ConfigurationName = contractAttr.ConfigurationName ?? contractType.FullName; 928throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.OneWayAndFaultsIncompatible2, methodInfo.DeclaringType.FullName, operationName.EncodedName)));
System\ServiceModel\Description\WsdlImporter.cs (3)
639SR.GetString(SR.SFxBadMetadataDialect, doc.Identifier, doc.Dialect, typeof(T).FullName, doc.GetType().FullName))); 1922string errorMessage = SR.GetString(SR.WsdlExtensionImportError, importer.GetType().FullName, e.Message);
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (8)
317keyBase = methodInfo.DeclaringType.FullName + ":" + methodInfo.ToString(); 432key = message.MessageType.FullName + ":" + IsEncoded + ":" + IsRpc; 533throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxBodyObjectTypeCannotBeInherited, bodyObjectType.FullName))); 535throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxBodyObjectTypeCannotBeInterface, bodyObjectType.FullName, typeof(IEnumerable).FullName))); 537throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxBodyObjectTypeCannotBeInterface, bodyObjectType.FullName, typeof(IXmlSerializable).FullName))); 621throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxFaultTypeAnonymous, this.Operation.Name, fault.DetailType.FullName)));
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
167if (include.Name == typeof(SoapIncludeAttribute).FullName || include.Name == typeof(XmlIncludeAttribute).FullName)
System\ServiceModel\Diagnostics\TraceUtility.cs (2)
883SR.GetString(SR.SFxUserCodeThrewException, method.DeclaringType.FullName, method.Name)); 886SR.GetString(SR.TraceCodeUnhandledExceptionInUserOperation, method.DeclaringType.FullName, method.Name),
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (3)
124this.beginMethod.DeclaringType.FullName, this.beginMethod.Name); 129this.beginMethod.DeclaringType.FullName, this.beginMethod.Name, 130this.endMethod.DeclaringType.FullName, this.endMethod.Name);
System\ServiceModel\Dispatcher\CodeGenerator.cs (9)
347throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenCanOnlyStoreIntoArgOrLocGot0, var.GetType().FullName))); 471throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenUnknownConstantType, valueType.FullName))); 718throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenArrayTypeIsNotSupported, arrayElementType.FullName))); 744throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenArrayTypeIsNotSupported, arrayElementType.FullName))); 828throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenNoConversionPossibleTo, target.FullName))); 843throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenIsNotAssignableFrom, target.FullName, source.FullName))); 873throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxCodeGenIsNotAssignableFrom, target.FullName, source.FullName)));
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
424TD.ParameterInspectorBeforeCallInvoked(rpc.EventTraceActivity, inspector.GetType().FullName); 463TD.ParameterInspectorAfterCallInvoked(rpc.EventTraceActivity, inspector.GetType().FullName); 872type.FullName, 873method.DeclaringType.FullName);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (4)
134TD.FaultProviderInvoked(handlers[i].GetType().FullName, e.Message); 197TD.ServiceException(null, error.ToString(), error.GetType().FullName); 205TD.ErrorHandlerInvoked(handlers[i].GetType().FullName, handledByThis, error.GetType().FullName);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
121TD.ClientMessageInspectorAfterReceiveInvoked(rpc.EventTraceActivity, this.messageInspectors[i].GetType().FullName); 166TD.ClientMessageInspectorBeforeSendInvoked(rpc.EventTraceActivity, this.messageInspectors[i].GetType().FullName);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
270TD.MessageInspectorAfterReceiveInvoked(rpc.EventTraceActivity, this.messageInspectors[i].GetType().FullName); 326TD.MessageInspectorBeforeSendInvoked(rpc.EventTraceActivity, this.messageInspectors[i].GetType().FullName);
System\ServiceModel\Dispatcher\InvokerUtil.cs (5)
86ilg.BeginMethod("Create" + type.FullName, typeof(CreateInstanceDelegate), requiresMemberAccess); 96type.FullName))); 135method.DeclaringType.FullName, 180method.DeclaringType.FullName, 227method.DeclaringType.FullName,
System\ServiceModel\Dispatcher\MessageFilterTable.cs (4)
623return x.table.GetType().FullName.CompareTo(y.table.GetType().FullName); 635return x.table.GetType().FullName.Equals(y.table.GetType().FullName);
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
169throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxMessageContractRequiresDefaultConstructor, messageContractType.FullName), mme));
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
226TD.ClientParameterInspectorAfterCallInvoked(rpc.EventTraceActivity, this.parameterInspectors[i].GetType().FullName); 281TD.ClientParameterInspectorBeforeCallInvoked(rpc.EventTraceActivity, this.parameterInspectors[i].GetType().FullName);
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
166ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityExecuteMethod, this.method.DeclaringType.FullName, this.method.Name), ActivityType.ExecuteUserCode);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
210string activityName = SR.GetString(SR.ActivityExecuteMethod, this.taskMethod.DeclaringType.FullName, this.taskMethod.Name);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
1001AspNetEnvironment.Current.TraceIncrementBusyCount(this.GetType().FullName); 1017AspNetEnvironment.Current.TraceDecrementBusyCount(this.GetType().FullName);
System\ServiceModel\KeyedByTypeCollection.cs (1)
109throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("item", SR.GetString(SR.DuplicateBehavior1, item.GetType().FullName));
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
320throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
349throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.GetType().FullName));
System\ServiceModel\ServiceHost.cs (10)
1676ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructServiceHost, serviceType.FullName), ActivityType.Construct); 1696ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructServiceHost, serviceType.FullName), ActivityType.Construct); 1750throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxServiceContractAttributeNotFound, implementedContract.FullName))); 1756throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxReflectedContractKeyNotFoundIMetadataExchange, this.serviceType.FullName))); 1759throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxReflectedContractKeyNotFound2, implementedContract.FullName, this.serviceType.FullName))); 1771throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxReflectedContractsNotInitialized1, implementedContract.FullName))); 1938get { return SR.GetString(SR.ActivityCloseServiceHost, this.serviceType.FullName); } 1943get { return SR.GetString(SR.ActivityOpenServiceHost, this.serviceType.FullName); } 2122throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxReflectedContractKeyNotFound2, implementedContract.FullName, string.Empty)));
System\ServiceModel\SynchronizedCollection.cs (1)
312throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.SynchronizedCollectionWrongType1, value.GetType().FullName)));
System.ServiceModel.Activation (8)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
645AspNetEnvironment.Current.TraceIncrementBusyCount(this.GetType().FullName); 737AspNetEnvironment.Current.TraceDecrementBusyCount(this.GetType().FullName);
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
809TD2.ServiceException(this.eventTraceActivity, activationException.ToString(), typeof(ServiceActivationException).FullName);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
109throw FxTrace.Exception.AsError(new InvalidOperationException(SR.TypeNotActivity(activityType.FullName)));
System\ServiceModel\ServiceHostingEnvironment.cs (4)
254TD2.ServiceException(eventTraceActivity, exception.ToString(), typeof(ServiceActivationException).FullName); 926serviceName = host.Description.ServiceType.FullName; 1978this.serviceModelActivationHandlerType.FullName, this.hostedXamlType.FullName, this.path)));
System.ServiceModel.Activities (19)
System\ServiceModel\Activities\ContractValidationHelper.cs (13)
187Constraint.AddValidationError(context, new ValidationError(SR2.FaultTypeMismatch(faultType.FullName, targetOperation.Name, targetOperation.DeclaringContract.Name))); 238Constraint.AddValidationError(context, new ValidationError(SR2.FirstParameterDoesnotMatchTheReturnValue(declaredMessageType.FullName, targetMessage.Body.ReturnValue.Type.Name, operation.Name, operation.DeclaringContract.Name))); 245Constraint.AddValidationError(context, new ValidationError(SR2.ParameterNumberMismatch(declaredMessageType.FullName, operation.Name, operation.DeclaringContract.Name))); 255Constraint.AddValidationError(context, new ValidationError(SR2.MessageTypeMismatch(targetMessage.Body.Parts[0].Type.FullName, operation.Name, operation.DeclaringContract.Name))); 346Constraint.AddValidationError(context, new ValidationError(SR2.ParameterNumberMismatch(declaredMessageType.FullName, operation.Name, operation.DeclaringContract.Name))); 372Constraint.AddValidationError(context, new ValidationError(SR2.ParameterTypeMismatch(declaredMessageType.FullName, targetPart.Type.FullName, operation.Name, operation.DeclaringContract.Name))); 376Constraint.AddValidationError(context, new ValidationError(SR2.ParameterTypeMismatch(TypeHelper.VoidType.FullName, targetPart.Type.FullName, operation.Name, operation.DeclaringContract.Name))); 420Constraint.AddValidationError(context, new ValidationError(SR2.FirstParameterDoesnotMatchTheReturnValue(argument.ArgumentType.FullName, targetMessageBody.ReturnValue.Type.FullName, targetOperation.Name, targetOperation.DeclaringContract.Name))); 431Constraint.AddValidationError(context, new ValidationError(SR2.ReturnValueMissing(targetMessageBody.ReturnValue.Type.FullName, targetOperation.Name, targetOperation.DeclaringContract.Name))); 444Constraint.AddValidationError(context, new ValidationError(SR2.ParameterTypeMismatch(targetPart.Name, targetPart.Type.FullName, targetOperation.Name, targetOperation.DeclaringContract.Name)));
System\ServiceModel\Activities\CorrelationHandle.cs (1)
18internal static readonly string StaticExecutionPropertyName = typeof(CorrelationHandle).FullName;
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
261if (behavior.GetType().FullName == "System.ServiceModel.Description.PersistenceProviderBehavior")
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
41static string runtimeTransactionHandlePropertyName = typeof(RuntimeTransactionHandle).FullName;
System\ServiceModel\Activities\InternalSendMessage.cs (1)
40static string runtimeTransactionHandlePropertyName = typeof(RuntimeTransactionHandle).FullName;
System\ServiceModel\Activities\WorkflowService.cs (1)
1171Constraint.AddValidationError(context, new ValidationError(SR.MissingKnownTypes(targetType.FullName, targetOperation.Name, targetOperation.DeclaringContract.Name)));
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
768throw FxTrace.Exception.AsError(new InvalidOperationException(SR.ExtensionTypeNotSupported(SendReceiveExtensionType.FullName)));
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
347new NotSupportedException(SR.ByteStreamMessageGetTypeNotSupported(typeT.FullName)));
System\ServiceModel\Channels\UdpChannelBase.cs (1)
286TD.MaxPendingMessagesTotalSizeReached(eventTraceActivity, messageIdString, this.maxPendingMessagesTotalSize, typeof(TransportBindingElement).FullName);
System.ServiceModel.Discovery (10)
System\ServiceModel\Discovery\Configuration\ConfigurationDiscoveryEndpointProvider.cs (3)
42typeof(DiscoveryEndpoint).FullName))); 61typeof(DiscoveryEndpoint).FullName, 63serviceEndpoint.GetType().FullName)));
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (4)
78typeof(TEndpoint).FullName, 86typeof(TEndpoint).FullName, 106typeof(TEndpoint).FullName, 114typeof(TEndpoint).FullName,
System\ServiceModel\Discovery\Configuration\ServiceDiscoveryElement.cs (3)
76typeof(AnnouncementEndpoint).FullName))); 95serviceEndpoint.GetType().FullName, 96typeof(AnnouncementEndpoint).FullName)));
System.ServiceModel.Web (2)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (1)
49serviceEndpointElement.Contract = contractType.FullName;
System\ServiceModel\Web\WebServiceHost.cs (1)
122serviceEndpointElement.Contract = contractType.FullName;
System.Transactions (2)
System\Transactions\DistributedTransactionPermission.cs (1)
135element.AddAttribute("class", type.FullName + ", " + assemblyName);
System\Transactions\TransactionState.cs (1)
2793serializationInfo.FullTypeName = tx.PromotedTransaction.GetType().FullName;
System.Web (196)
Compilation\BaseCodeDomTreeGenerator.cs (1)
173editorBrowsableAttribute.Name = typeof(EditorBrowsableAttribute).FullName;
Compilation\BaseTemplateCodeDomTreeGenerator.cs (5)
225method.Parameters.Add(new CodeParameterDeclarationExpression(typeof(Control).FullName, "ctrl")); 255CodeCastExpression cast = new CodeCastExpression(builder.ControlType.FullName, 257statements.Add(new CodeVariableDeclarationStatement(builder.ControlType.FullName, "__ctrl", cast)); 1176builder.ID, memberType.FullName, builder.ControlType.FullName), null,
Compilation\BuildManager.cs (3)
909method.DeclaringType.FullName, 960(attribute.Type != null ? attribute.Type.FullName : String.Empty), 3329string normalizedTypeName = t.FullName + ", " + normalizedCodeAssemblyName;
Compilation\BuildManagerHost.cs (1)
272return new string[] { t.FullName, assemblyPath };
Compilation\BuildResult.cs (4)
681pfw.SetAttribute("appInitializeClass", _appInitializeMethod.ReflectedType.FullName); 699throw new HttpException(SR.GetString(SR.Duplicate_appinitialize, _appInitializeMethod.ReflectedType.FullName, t.FullName)); 853return ResultType.FullName;
Compilation\CodeDOMUtility.cs (7)
105CodeFieldReferenceExpression fieldRef = new CodeFieldReferenceExpression(BuildGlobalCodeTypeReferenceExpression(desc.MemberInfo.DeclaringType.FullName), desc.MemberInfo.Name); 112CodePropertyReferenceExpression propRef = new CodePropertyReferenceExpression(BuildGlobalCodeTypeReferenceExpression(desc.MemberInfo.DeclaringType.FullName), desc.MemberInfo.Name); 133CodeMethodInvokeExpression methCall = new CodeMethodInvokeExpression(BuildGlobalCodeTypeReferenceExpression(desc.MemberInfo.DeclaringType.FullName), desc.MemberInfo.Name); 149CodeObjectCreateExpression objectCreate = new CodeObjectCreateExpression(desc.MemberInfo.DeclaringType.FullName); 184CodeMethodInvokeExpression methCall = new CodeMethodInvokeExpression(BuildGlobalCodeTypeReferenceExpression(valueType.FullName), "Parse"); 204CodeMethodInvokeExpression methCall = new CodeMethodInvokeExpression(BuildGlobalCodeTypeReferenceExpression(valueType.FullName), "Parse"); 210throw new HttpException(SR.GetString(SR.CantGenPropertySet, propertyInfo.Name, valueType.FullName));
Compilation\CompilationUtil.cs (3)
160recompilationHash.AddObject(ps.AssemblyPostProcessorTypeInternal.FullName); 249recompilationHash.AddObject(type.FullName); 265string codeDomProviderType = info.CodeDomProviderType.FullName;
Compilation\DelayLoadType.cs (1)
70return Type.FullName;
Compilation\ExpressionBuilder.cs (1)
88throw new HttpParseException(SR.GetString(SR.ExpressionBuilder_InvalidType, expressionBuilderType.FullName));
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (2)
34private static readonly string optionalAttributeTypeName = typeof(OptionalAttribute).FullName; 206string methodName = GetCreateMethodNameForType(t.FullName);
Compilation\PageThemeCodeDomTreeGenerator.cs (3)
45member.Type = new CodeTypeReference(type.FullName); 107CodeMemberField field = new CodeMemberField(typeof(HybridDictionary).FullName, _controlSkinsVarName); 218builder.ControlType.FullName), null, builder.VirtualPath, null, builder.Line);
Configuration\BrowserDefinition.cs (1)
565baseType.FullName), child);
Configuration\ConfigUtil.cs (6)
24userBaseType.FullName, 25expectedBaseType.FullName), configElement.ElementInformation.Properties[propertyName].Source, 100SR.GetString(SR.Type_doesnt_inherit_from_type, type.FullName, baseType.FullName), 108SR.GetString(SR.Type_doesnt_inherit_from_type, type.FullName, baseType.FullName),
Configuration\HandlerBase.cs (4)
244SR.GetString(SR.Type_doesnt_inherit_from_type, type.FullName, baseType.FullName), 252SR.GetString(SR.Type_doesnt_inherit_from_type, type.FullName, baseType.FullName),
Configuration\HandlerFactoryCache.cs (2)
39throw new HttpException(SR.GetString(SR.Type_not_factory_or_handler, instance.GetType().FullName)); 57throw new HttpException(SR.GetString(SR.Type_not_factory_or_handler, instance.GetType().FullName));
Configuration\HttpCapabilitiesBase.cs (2)
256controlTypename = tempControlType.FullName; 591else if (string.Compare(tagWriter, typeof(System.Web.UI.HtmlTextWriter).FullName, StringComparison.Ordinal) == 0) {
Configuration\MTConfigUtil.cs (1)
191throw new InvalidOperationException(SR.GetString(SR.Config_section_not_supported, typeof(S).FullName));
Configuration\TransformerInfoCollection.cs (1)
93typeof(WebPartTransformer).FullName),
ErrorFormatter.cs (1)
902string exceptionName = _initialException.GetType().FullName;
Hosting\AppDomainFactory.cs (1)
182Debug.Trace("internal", "AppDomainFactory::Create failed with " + e.GetType().FullName + ": " + e.Message + "\r\n" + e.StackTrace);
Hosting\ApplicationManager.cs (4)
284throw new ArgumentException(SR.GetString(SR.Not_IRegisteredObject, type.FullName), "type"); 830Debug.Trace("AppManager", "CreateObjectInNewWorkerAppDomain, type=" + type.FullName); 1190setup.AppDomainManagerType = appDomainManagerType.FullName; 1247String typeName = hostType.FullName;
Hosting\HostingEnvironment.cs (5)
752String key = type.FullName; 777String key = obj.GetType().FullName; 792String key = type.FullName; 806String key = type.FullName; 901String key = obj.GetType().FullName;
Hosting\IPipelineRuntime.cs (1)
292sb.Append(current.GetType().FullName);
Hosting\ProcessHost.cs (1)
346Debug.Trace("internal", "ProcessHost::ctor failed with " + e.GetType().FullName + ": " + e.Message + "\r\n" + e.StackTrace);
HttpApplication.cs (1)
1783this.GetType().FullName,
HttpContext.cs (1)
893handlerName = handlerType.FullName;
HttpRuntime.cs (6)
1479if (EtwTrace.IsTraceEnabled(EtwTraceLevel.Verbose, EtwTraceFlags.Infrastructure)) EtwTrace.Trace(EtwTraceType.ETW_TYPE_START_HANDLER, context.WorkerRequest, handler.GetType().FullName, "Start"); 1691if (EtwTrace.IsTraceEnabled(EtwTraceLevel.Verbose, EtwTraceFlags.Infrastructure)) EtwTrace.Trace(EtwTraceType.ETW_TYPE_START_HANDLER, context.WorkerRequest, app.GetType().FullName, "Start"); 2725throw new ConfigurationErrorsException(SR.GetString(SR.Type_from_untrusted_assembly, t.FullName), 2729throw new ConfigurationErrorsException(SR.GetString(SR.Type_from_untrusted_assembly, t.FullName)); 2738throw new ConfigurationErrorsException(SR.GetString(SR.Type_from_untrusted_assembly, t.FullName), 3476Debug.Trace("FastCreatePublicInstance", "Creating generator for type " + type.FullName);
httpserverutility.cs (1)
109AspCompatApplicationStep.CheckThreadingModel(type.FullName, type.GUID);
httpstaticobjectscollection.cs (1)
190writer.Write(entry.ObjectType.FullName);
Management\WebEvents.cs (1)
534eventRaised.GetType().FullName,
ModelBinding\AssociatedMetadataProvider.cs (1)
55containerType.FullName, propertyName));
ModelBinding\AssociatedValidatorProvider.cs (1)
38metadata.ContainerType.FullName, metadata.PropertyName),
ModelBinding\DataAnnotationsModelMetadata.cs (2)
39modelType.FullName, displayColumnAttribute.DisplayColumn)); 46modelType.FullName, displayColumnAttribute.DisplayColumn));
ModelBinding\DataAnnotationsModelValidatorProvider.cs (15)
173adapterType.FullName, 174typeof(ModelMetadata).FullName, 175typeof(ModelBindingExecutionContext).FullName, 176attributeType.FullName 194adapterType.FullName, 195typeof(ModelValidator).FullName 211attributeType.FullName, 212typeof(ValidationAttribute).FullName 303adapterType.FullName, 304typeof(ModelMetadata).FullName, 305typeof(ModelBindingExecutionContext).FullName 323adapterType.FullName, 324typeof(ModelValidator).FullName 339modelType.FullName, 340typeof(IValidatableObject).FullName
ModelBinding\ModelMetadata.cs (1)
392if (!toStringResult.Equals(Model.GetType().FullName, StringComparison.Ordinal)) {
ModelBinding\ValidatableObjectAdapter.cs (2)
28typeof(IValidatableObject).FullName, 29model.GetType().FullName
ModelBinding\ValueProviderResult.cs (4)
74value.GetType().FullName, destinationType.FullName); 86value.GetType().FullName, destinationType.FullName);
ModulesEntry.cs (1)
54return(type.Name.Equals(typeName) || type.FullName.Equals(typeName));
parent\DataAnnotations\DataAnnotations\LocalizableString.cs (1)
139this._propertyName, this._resourceType.FullName, this._propertyValue);
PartitionResolver.cs (2)
52EtwTrace.Trace(EtwTraceType.ETW_TYPE_SESSIONSTATE_PARTITION_START, HttpContext.Current.WorkerRequest, partitionResolver.GetType().FullName, id); 63SR.GetString(SR.Bad_partition_resolver_connection_string, partitionResolver.GetType().FullName));
Security\Roles.cs (4)
117EtwTrace.Trace(EtwTraceType.ETW_TYPE_ROLE_IS_USER_IN_ROLE, HttpContext.Current.WorkerRequest, isRolePrincipal ? "RolePrincipal" : Provider.GetType().FullName, username, roleName, status); 120EtwTrace.Trace(EtwTraceType.ETW_TYPE_ROLE_END, HttpContext.Current.WorkerRequest, isRolePrincipal ? "RolePrincipal" : Provider.GetType().FullName, username); 161EtwTrace.Trace(EtwTraceType.ETW_TYPE_ROLE_GET_USER_ROLES, HttpContext.Current.WorkerRequest, isRolePrincipal ? "RolePrincipal" : Provider.GetType().FullName, username, roleNames, null); 163EtwTrace.Trace(EtwTraceType.ETW_TYPE_ROLE_END, HttpContext.Current.WorkerRequest, isRolePrincipal ? "RolePrincipal" : Provider.GetType().FullName, username);
UI\CollectionBuilder.cs (4)
96controlTypeName = ControlType.FullName; 103_itemType.FullName, 105childType.FullName})); 124throw new HttpException(SR.GetString(SR.Literal_content_not_allowed, ControlType.FullName, s.Trim()));
UI\Control.cs (1)
2437Page.Trace.AddNewControl(UniqueID, parentId, this.GetType().FullName, viewstatesize, controlstatesize);
UI\ControlBuilder.cs (17)
103Debug.Assert(typeof(INamingContainer).IsAssignableFrom(ctrlType), String.Format(CultureInfo.InvariantCulture, "NamingContainerBuilder.Control type {0} is not an INamingContainer", ctrlType.FullName)); 121Debug.Assert(typeof(INamingContainer).IsAssignableFrom(ctrlType), String.Format(CultureInfo.InvariantCulture, "NamingContainerBuilder.Control type {0} is not an INamingContainer", ctrlType.FullName)); 715throw new InvalidOperationException(SR.GetString(SR.ControlBuilder_DatabindingRequiresEvent, _controlType.FullName)); 834throw new HttpException(SR.GetString(SR.Type_doesnt_have_property, _controlType.FullName, name)); 922throw new HttpException(SR.GetString(SR.Type_doesnt_have_property, _controlType.FullName, name)); 1049throw new HttpException(SR.GetString(SR.Invalid_enum_value, value, name, entry.Type.FullName)); 1074throw new HttpException(SR.GetString(SR.Property_theme_disabled, eventName, ControlType.FullName)); 1110throw new HttpException(SR.GetString(SR.Type_doesnt_have_property, _controlType.FullName, name)); 1172throw new HttpException(SR.GetString(SR.Invalid_template_container, name, templateAttrib.ContainerType.FullName)); 1189throw new HttpException(SR.GetString(SR.Type_doesnt_have_property, _controlType.FullName, name)); 1241throw new HttpException(SR.GetString(SR.Literal_content_not_match_property, _controlType.FullName, s)); 1246throw new HttpException(SR.GetString(SR.Literal_content_not_allowed, _controlType.FullName, s)); 1598throw new HttpException(SR.GetString(SR.Cant_use_default_items_and_filtered_collection, _controlType.FullName, pca.DefaultProperty)); 1733throw new HttpException(SR.GetString(SR.Type_doesnt_have_property, _controlType.FullName, tagName)); 1782throw new HttpException(SR.GetString(SR.ControlBuilder_CannotHaveComplexString, _controlType.FullName, tagName)); 3026throw new InvalidOperationException(SR.GetString(SR.Property_theme_disabled, ParseTimeData.FirstNonThemableProperty.Name, ControlType.FullName)); 3133throw new InvalidOperationException(SR.GetString(SR.Property_theme_disabled, propDesc.Name, ControlType.FullName));
UI\ControlValuePropertyAttribute.cs (1)
50System.Diagnostics.Debug.Fail("ControlValuePropertyAttribute: Default value of type " + type.FullName + " threw converting from the string '" + defaultValue + "'.");
UI\DataBinder.cs (2)
177throw new HttpException(SR.GetString(SR.DataBinder_Prop_Not_Found, container.GetType().FullName, propName)); 282throw new ArgumentException(SR.GetString(SR.DataBinder_No_Indexed_Accessor, collectionProp.GetType().FullName));
UI\ObjectStateFormatter.cs (2)
872writer.Write(type.FullName); 1194throw new ArgumentException(SR.GetString(SR.ErrorSerializingValue, value.ToString(), value.GetType().FullName),
UI\ObjectTag.cs (1)
140Debug.Trace("Template", "<object> type: " + _type.FullName);
UI\Page.cs (2)
583throw new InvalidOperationException(SR.GetString(SR.Page_UpdateModel_UpdateUnsuccessful, typeof(TModel).FullName)); 1489throw new HttpException(SR.GetString(SR.Invalid_HtmlTextWriter, writerType.FullName));
UI\PageTheme.cs (1)
48throw new HttpParseException(SR.GetString(SR.Type_theme_disabled, subBuilder.ControlType.FullName),
UI\PropertyConverter.cs (1)
144objType.FullName, value, propertyInfo.Name));
UI\PropertyMapper.cs (2)
94throw new HttpException(SR.GetString(SR.Property_Not_ClsCompliant, name, ctrlType.FullName, currentType.FullName));
UI\TemplateParser.cs (5)
1224SR.GetString(SR.Base_type_not_allowed, BaseType.FullName)); 1535ProcessError(SR.GetString(SR.Control_type_not_allowed, childType.FullName)); 1586UpdateTypeHashCode(childType.FullName); 2114_baseType.FullName)); 2124SR.GetString(SR.Base_type_not_allowed, baseType.FullName));
UI\Util.cs (8)
96recompilationHash.AddObject(ps.PageBaseTypeInternal.FullName); 99recompilationHash.AddObject(ps.UserControlBaseTypeInternal.FullName); 102recompilationHash.AddObject(ps.PageParserFilterTypeInternal.FullName); 522type.FullName, baseType.FullName)); 966throw new FormatException(SR.GetString(SR.EnumAttributeInvalidString, value, name, enumType.FullName)); 1241return t.FullName + ", " + t.Assembly.GetName().Name; 1259return (String.Compare(t.FullName, "System.__ComObject", StringComparison.Ordinal) == 0);
UI\WebControls\AdCreatedEventArgs.cs (1)
157SR.GetString(SR.AdRotator_invalid_integer_format, temp, keyIndex, typeof(Unit).FullName));
UI\WebControls\DetailsView.cs (1)
2167bool isHtml4 = (!StringUtil.EqualsIgnoreCase(browserCaps["tagwriter"], typeof(Html32TextWriter).FullName));
UI\WebControls\DetailsViewRowsGenerator.cs (2)
11throw new ArgumentException(SR.GetString(SR.InvalidDefaultAutoFieldGenerator, GetType().FullName, typeof(DetailsView).FullName));
UI\WebControls\GridView.cs (1)
2733bool isHtml4 = !StringUtil.EqualsIgnoreCase(browserCaps["tagwriter"], typeof(Html32TextWriter).FullName);
UI\WebControls\GridViewColumnsGenerator.cs (2)
12throw new ArgumentException(SR.GetString(SR.InvalidDefaultAutoFieldGenerator, GetType().FullName, typeof(GridView).FullName));
UI\WebControls\ModelDataSourceView.cs (2)
1161throw new InvalidOperationException(SR.GetString(SR.ModelDataSourceView_CannotCallOpenGenericMethods, methodInfo, methodInfo.ReflectedType.FullName)); 1169methodInfo, methodInfo.ReflectedType.FullName, parameterInfo));
UI\WebControls\ObjectDataSourceView.cs (7)
738throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_CannotConvertType, paramName, paramValueType.FullName, String.Format(CultureInfo.InvariantCulture, "Nullable<{0}>", destinationType.GetGenericArguments()[0].FullName))); 767throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_CannotConvertType, paramName, typeof(string).FullName, type.FullName)); 770throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_CannotConvertType, paramName, typeof(string).FullName, type.FullName)); 1404throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundForDataObject, _owner.ID, methodName, dataObjectType.FullName));
UI\WebControls\TreeView.cs (1)
2262!StringUtil.EqualsIgnoreCase(caps["tagwriter"], typeof(Html32TextWriter).FullName));
UI\WebParts\GenericWebPart.cs (1)
49throw new ArgumentException(SR.GetString(SR.GenericWebPart_NoID, control.GetType().FullName));
UI\WebParts\PersonalizableTypeEntry.cs (1)
88throw new HttpException(SR.GetString(SR.PersonalizableTypeEntry_InvalidProperty, name, _type.FullName));
UI\WebParts\PersonalizationProviderCollection.cs (1)
30provider.GetType().FullName, "PersonalizationProvider"));
UI\WebParts\PersonalizationStateQuery.cs (1)
85queryKey, valueType.FullName));
UI\WebParts\PropertyGridEditorPart.cs (1)
141_errorMessages[i] = SR.GetString(SR.EditorPart_ErrorConvertingPropertyWithType, pd.PropertyType.FullName);
UI\WebParts\WebPartConnection.cs (3)
317errorMessage = SR.GetString(SR.WebPartConnection_TransformerNotAvailableWithType, transformerType.FullName); 351providerConnectionPoint.DisplayName, providerWebPart.DisplayTitle, transformerType.FullName); 364transformerType.FullName, consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle);
UI\WebParts\WebPartManager.cs (5)
1341throw new InvalidOperationException(SR.GetString(SR.WebPartConnection_TransformerNotAvailable, transformerType.FullName)); 1355providerConnectionPoint.DisplayName, provider.ID, transformerType.FullName)); 1364transformerType.FullName, consumerConnectionPoint.DisplayName, consumer.ID)); 1806throw new InvalidOperationException(SR.GetString(SR.WebPartManager_InvalidConsumerSignature, method.Name, type.FullName)); 1836throw new InvalidOperationException(SR.GetString(SR.WebPartManager_InvalidProviderSignature, method.Name, type.FullName));
UI\WebParts\WebPartTransformerAttribute.cs (2)
68SR.GetString(SR.WebPartTransformerAttribute_NotTransformer, transformerType.FullName)); 96SR.GetString(SR.WebPartTransformerAttribute_Missing, transformerType.FullName));
UI\WebParts\WebPartUtil.cs (1)
70return type.FullName;
UI\XPathBinder.cs (2)
45throw new ArgumentException(SR.GetString(SR.XPathBinder_MustBeIXPathNavigable, container.GetType().FullName)); 109throw new ArgumentException(SR.GetString(SR.XPathBinder_MustBeIXPathNavigable, container.GetType().FullName));
Util\AppVerifier.cs (2)
681retVal += type.FullName + "]"; 760&& thisFrame.GetMethod().DeclaringType.FullName.StartsWith("System.Web.Util.AppVerifier", StringComparison.Ordinal)) {
Util\AspCompat.cs (1)
248if (component != null && component.GetType().FullName == "System.__ComObject") {
Util\ExecutionContextUtil.cs (1)
27throw new Exception(SR.GetString(SR.Type_doesnt_have_property, typeof(ExecutionContext).FullName, "PreAllocatedDefault"));
Util\FactoryGenerator.cs (1)
177Debug.Trace("FactoryGenerator", "Creating generator for type " + type.FullName);
Util\Misc.cs (1)
80sb.Append(current.GetType().FullName);
Util\PinnedArraySegment.cs (1)
64throw new ObjectDisposedException(GetType().FullName);
WebSockets\AspNetWebSocket.cs (1)
529throw new ObjectDisposedException(objectName: GetType().FullName);
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
23private static readonly string _customLoaderTypeName = typeof(CustomLoaderHelper).FullName;
System.Web.DataVisualization (4)
Common\SR.cs (1)
9928 static ResourceManager resourceManager = new ResourceManager(typeof(SR).FullName, typeof(SR).Module.Assembly);
WebForm\General\ChartHttpHandler.cs (3)
935private String _customHandlerName = typeof(DefaultImageHandler).FullName; 1050throw new InvalidOperationException( SR.ExceptionHttpHandlerCanNotLoadType( this.HandlerType.FullName )); 1054throw new InvalidOperationException(SR.ExceptionHttpHandlerImageHandlerInterfaceUnsupported(ChartHttpHandler.Settings.HandlerType.FullName));
System.Web.DynamicData (23)
DynamicData\DynamicHyperLink.cs (1)
173dataItem.GetType().FullName));
DynamicData\FieldTemplateFactory.cs (1)
238virtualPath = GetVirtualPathIfExists(fieldType.FullName, column, mode);
DynamicData\FilterRepeater.cs (2)
170contextType.FullName), e); 216typeof(FilterUserControlBase).FullName,
DynamicData\FilterUserControlBase.cs (1)
157contextType.FullName), e);
DynamicData\MetaModel.cs (14)
130contextType.FullName)); 181throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.MetaModel_ContextTypeNotSupported, contextType.FullName)); 223throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.MetaModel_ContextAlreadyRegistered, dataModelProvider.ContextType.FullName)); 345table.EntityType.FullName, 346table.DataContextType.FullName, 347nameConflictTable.EntityType.FullName, 348nameConflictTable.DataContextType.FullName)); 355table.EntityType.FullName, 356table.DataContextType.FullName, 357nameConflictTable.EntityType.FullName, 358nameConflictTable.DataContextType.FullName)); 415entityType.FullName)); 501contextType.FullName)); 506contextType.FullName,
DynamicData\MetaTable.cs (1)
776entityType.FullName));
DynamicData\ModelProviders\EFColumnProvider.cs (1)
113Debug.Assert(false, String.Format(CultureInfo.CurrentCulture, "Unknown EdmType {0}.", edmType.GetType().FullName));
DynamicData\ModelProviders\SchemaCreator.cs (1)
24throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.SchemaCreator_UnknownModel, contextInstance.GetType().FullName));
DynamicData\QueryableFilterRepeater.cs (1)
116typeof(QueryableFilterUserControl).FullName,
System.Web.Entity (6)
System\Data\WebControls\EntityDataSource.cs (1)
248_contextTypeName = value.FullName;
System\Data\WebControls\EntityDataSourceUtil.cs (2)
557typeName = types[0].FullName; 561typeName = type.FullName;
System\Data\WebControls\EntityDataSourceView.cs (3)
280throw new InvalidOperationException(Strings.EntityDataSourceView_QueryCreatedNotAnObjectQuery(queryReturned.GetType().FullName, typeof(T).Name)); 302EntityType newOSpaceType = workspace.GetItem<EntityType>(elementType.FullName, DataSpace.OSpace); 807throw new InvalidOperationException(Strings.EntityDataSourceView_PropertyDoesNotExistOnEntity(propertyName, EntityClrType.FullName));
System.Web.Extensions (36)
ClientServices\ClientFormsIdentity.cs (1)
38throw new ObjectDisposedException(this.GetType().FullName);
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (4)
268outAttribute = new CodeAttributeDeclaration(typeof(System.Runtime.InteropServices.OutAttribute).FullName); 864if (typeLoader.LoadType(typeInAssembly.FullName) != null) 1687if (String.Equals(codeAttribute.AttributeType.BaseType, typeof(System.ServiceModel.ServiceContractAttribute).FullName, StringComparison.Ordinal)) 1776if (String.Equals(attribute.Name, type.FullName, StringComparison.Ordinal) || String.Equals(attribute.Name, type.Name, StringComparison.Ordinal))
Script\Serialization\JavaScriptSerializer.cs (3)
322throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_DictionaryTypeNotSupported, o.GetType().FullName)); 486? String.Format(CultureInfo.CurrentCulture, AtlasWeb.JSON_CannotSerializeMemberGeneric, currentMember.Name, currentMember.ReflectedType.FullName) + " " + AtlasWeb.JSON_InvalidEnumType 504throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.JSON_CircularReference, type.FullName));
Script\Serialization\ObjectConverter.cs (5)
190throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_DictionaryTypeNotSupported, type.FullName)); 233throw new MissingMethodException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_NoConstructor, type.FullName)); 236throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_DeserializerTypeMismatch, type.FullName)); 477throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_CannotCreateListType, type.FullName)); 513CultureInfo.CurrentCulture, AtlasWeb.JSON_ArrayTypeNotSupported, type.FullName));
Script\Services\ClientProxyGenerator.cs (1)
259docComments.Append(">").Append(serverType.FullName).Append("</param>\r\n");
Script\Services\ProxyGenerator.cs (2)
57type.FullName)); 62type.FullName));
Script\Services\RestHandler.cs (2)
158methodData.MethodName, retVal.GetType().FullName, e.Message)); 241writer.Write(JavaScriptSerializer.SerializeInternal(BuildWebServiceError(ex.Message, ex.StackTrace, ex.GetType().FullName)));
Script\Services\ServicesUtilities.cs (1)
42return GetClientTypeName(type.FullName);
Script\Services\WebServiceData.cs (4)
342_typeResolverSpecials[attribute.Type.FullName] = attribute.ScriptTypeId; 351AtlasWeb.WebService_InvalidGenerateScriptType, t.FullName)); 420string typeStringRepresentation = GetTypeStringRepresentation(t.FullName, false); 526string typeString = GetTypeStringRepresentation(type.FullName);
UI\ScriptControlDescriptor.cs (1)
44"ID", typeof(ScriptControlDescriptor).FullName));
UI\ScriptControlManager.cs (2)
196typeof(Control).FullName), 232typeof(Control).FullName),
UI\ScriptRegistrationManager.cs (3)
126throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_InvalidChars, entry.Type.FullName, entry.Key, tweenSpace)); 674throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoCloseTag, activeRegistration.Type.FullName, activeRegistration.Key)); 716throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoTags, activeRegistration.Type.FullName, activeRegistration.Key));
UI\WebControls\DataSourceHelper.cs (6)
118AtlasWeb.LinqDataSourceView_CannotConvertType, paramName, typeof(string).FullName, 119type.FullName)); 123AtlasWeb.LinqDataSourceView_CannotConvertType, paramName, typeof(string).FullName, 124type.FullName)); 190AtlasWeb.LinqDataSourceView_CannotConvertType, paramName, paramValueType.FullName, 192destinationType.GetGenericArguments()[0].FullName)));
UI\WebControls\Expressions\MethodExpression.cs (1)
158source.ElementType.FullName));
System.Web.Mobile (20)
Mobile\MobileErrorInfo.cs (1)
113this.Type = e.GetType().FullName;
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
353member.GetType().FullName.Equals(Constants.ReflectPropertyDescriptorTypeFullName))
UI\MobileControls\Design\MobileControlDesigner.cs (1)
464member.GetType().FullName.Equals(Constants.ReflectPropertyDescriptorTypeFullName))
UI\MobileControls\Design\MobileControlPersister.cs (1)
84declarativeType = type.FullName;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
447member.GetType().FullName.Equals(Constants.ReflectPropertyDescriptorTypeFullName))
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
788property.PropertyType.FullName
UI\MobileControls\Design\StylesEditorDialog.cs (2)
375if (!mobileStyles.Contains(type.FullName)) 1178_fullName = style.GetType().FullName;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
344member.GetType().FullName.Equals(Constants.ReflectPropertyDescriptorTypeFullName))
UI\MobileControls\DeviceSpecificChoice.cs (1)
677if (subBuilder.GetType().FullName == "System.Web.UI.CodeBlockBuilder")
UI\MobileControls\Form.cs (1)
767(subBuilder.GetType().FullName == "System.Web.UI.CodeBlockBuilder") ||
UI\MobileControls\IndividualDeviceConfig.cs (3)
167_pageAdapterType.FullName, "IPageAdapter")); 236controlType.FullName, _pageAdapterType.FullName));
UI\MobileControls\LiteralTextContainerControlBuilder.cs (1)
86else if (subBuilder.GetType().FullName == "System.Web.UI.CodeBlockBuilder")
UI\MobileControls\MobileControlsSection.cs (4)
445SR.GetString(SR.MobileControlsSectionHandler_CantCreateMethodOnClass, PredicateMethod, PredicateClass.FullName), 665Name = value.FullName; 723targetType.FullName)); 726return valueType.FullName;
UI\MobileControls\MobileControlsSectionHandler.cs (1)
187predicateMethod, predicateClassType.FullName),
System.Web.Services (101)
System\Web\Services\Configuration\WebServicesSection.cs (3)
97throw new InvalidOperationException(Res.GetString(Res.WebMissingCustomAttribute, discoveryReferenceType.FullName, "XmlRoot")); 153throw new ArgumentException(Res.GetString(Res.TheSyntaxOfTypeMayNotBeExtended1, type.FullName), "type"); 202throw new ArgumentException(Res.GetString(Res.RequiredXmlFormatExtensionAttributeIsMissing1, extensionType.FullName), "extensionTypes");
System\Web\Services\Description\HttpProtocolImporter.cs (14)
71importedReturn.TypeName = typeof(void).FullName; 105parameter.TypeName = IsRepeatingParameter(part) ? typeof(string[]).FullName : typeof(string).FullName; 144formatterTypes[0] = new CodeTypeOfExpression(typeof(NopReturnReader).FullName); 147formatterTypes[0] = new CodeTypeOfExpression(method.MimeReturn.ReaderType.FullName); 151formatterTypes[1] = new CodeTypeOfExpression(method.MimeParameters.WriterType.FullName); 153formatterTypes[1] = new CodeTypeOfExpression(typeof(UrlParameterWriter).FullName); 190asyncParameterTypeNames[parameterTypeNames.Length] = typeof(AsyncCallback).FullName; 191asyncParameterTypeNames[parameterTypeNames.Length + 1] = typeof(object).FullName; 201typeof(IAsyncResult).FullName, metadata, CodeFlags.IsPublic); 214new string[] { typeof(IAsyncResult).FullName }, 268WebCodeGenerator.AddDelegate(ExtraCodeClasses, delegateInfo.handlerType, methodHasReturn ? delegateInfo.handlerArgs : typeof(AsyncCompletedEventArgs).FullName); 292invokeParams[2] = new CodeArrayCreateExpression(typeof(object).FullName, values); 355CodeTypeDeclaration codeClass = WebCodeGenerator.CreateClass(this.ClassName, BaseClass.FullName,
System\Web\Services\Description\MimeAnyImporter.cs (1)
23importedReturn.TypeName = typeof(Stream).FullName;
System\Web\Services\Description\MimeTextImporter.cs (1)
109fieldTypeName = typeof(string).FullName;
System\Web\Services\Description\MimeXmlImporter.cs (2)
39importedReturn.TypeName = typeof(XmlElement).FullName; 77importer.Extensions.Add(extensionType.FullName, extensionType);
System\Web\Services\Description\ProtocolImporter.cs (2)
436new CodeFlags[1], new string[] { typeof(object).FullName }, new string[] { "userState" }, 437typeof(void).FullName,
System\Web\Services\Description\ProtocolReflector.cs (1)
442throw new InvalidOperationException(Res.GetString(Res.WebWsiViolation, ServiceType.FullName, warnings.ToString()));
System\Web\Services\Description\SoapHttpTransportImporter.cs (2)
20ImportContext.CodeTypeDeclaration.BaseTypes.Add(typeof(SoapHttpClientProtocol).FullName); 40ImportContext.CodeTypeDeclaration.BaseTypes.Add(typeof(WebService).FullName);
System\Web\Services\Description\SoapProtocolImporter.cs (21)
197typeFullNames[i + start + specified] = typeof(bool).FullName; 339xmlImporter.Extensions.Add(extensionType.FullName, extensionType); 444codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DebuggerStepThroughAttribute).FullName)); 445codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DesignerCategoryAttribute).FullName, new CodeAttributeArgument[] { new CodeAttributeArgument(new CodePrimitiveExpression("code")) })); 448CodeAttributeDeclaration webService = new CodeAttributeDeclaration(typeof(WebServiceAttribute).FullName); 454CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(WebServiceBindingAttribute).FullName); 616AddMetadataProperty("Direction", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(SoapHeaderDirection).FullName), SoapHeaderDirection.Out.ToString())); 619AddMetadataProperty("Direction", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(SoapHeaderDirection).FullName), SoapHeaderDirection.InOut.ToString())); 767AddMetadataProperty("Use", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(SoapBindingUse).FullName), Enum.Format(typeof(SoapBindingUse), soapRequestBinding.Use, "G"))); 772AddMetadataProperty("Use", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(SoapBindingUse).FullName), Enum.Format(typeof(SoapBindingUse), soapRequestBinding.Use, "G"))); 773AddMetadataProperty("ParameterStyle", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(SoapParameterStyle).FullName), Enum.Format(typeof(SoapParameterStyle), hasWrapper ? SoapParameterStyle.Wrapped : SoapParameterStyle.Bare, "G"))); 780CodeAttributeDeclaration ignoreAttribute = new CodeAttributeDeclaration(typeof(XmlIgnoreAttribute).FullName); 805string returnType = parameters.Return == null ? typeof(void).FullName : WebCodeGenerator.FullTypeName(parameters.Return, ServiceImporter.CodeGenerator); 847asyncParameterTypes[inCount] = typeof(AsyncCallback).FullName; 848asyncParameterTypes[inCount + 1] = typeof(object).FullName; 861typeof(IAsyncResult).FullName, 878asyncReturnTypes[0] = typeof(IAsyncResult).FullName; 892parameters.Return == null ? typeof(void).FullName : WebCodeGenerator.FullTypeName(parameters.Return, ServiceImporter.CodeGenerator), 945WebCodeGenerator.AddDelegate(ExtraCodeClasses, delegateInfo.handlerType, methodHasOutParameters ? delegateInfo.handlerArgs : typeof(AsyncCompletedEventArgs).FullName); 987value = new CodeCastExpression(typeof(bool).FullName, value); 1013invokeParams[1] = new CodeArrayCreateExpression(typeof(object).FullName, values);
System\Web\Services\Description\SoapProtocolReflector.cs (1)
137throw new InvalidOperationException(Res.GetString(Res.BPConformanceHeaderFault, soapMethod.methodInfo.ToString(), soapMethod.methodInfo.DeclaringType.FullName, "Direction", typeof(SoapHeaderDirection).Name, SoapHeaderDirection.Fault.ToString()));
System\Web\Services\Description\WebCodeGenerator.cs (9)
40CodeAttributeDeclaration decl = new CodeAttributeDeclaration(typeof(GeneratedCodeAttribute).FullName); 73string name = types[i].FullName; 234CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(type.FullName, arguments); 288new CodeFlags[1] { 0 }, new string[] { typeof(object).FullName }, new string[] { "arg" }, 289typeof(void).FullName, null, 0); 318new CodeFlags[parameterNames.Length], parameterTypeNames, parameterNames, typeof(void).FullName, null, CodeFlags.IsPublic); 330new CodeFlags[parameterNames.Length], parameterTypeNames, parameterNames, typeof(void).FullName, null, CodeFlags.IsPublic); 354codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DebuggerStepThroughAttribute).FullName)); 356codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DesignerCategoryAttribute).FullName, new CodeAttributeArgument[] { new CodeAttributeArgument(new CodePrimitiveExpression("code")) }));
System\Web\Services\Diagnostics\TraceUtility.cs (3)
352sb.Append(type.FullName); 359sb.Append(o.GetType().FullName); 384if (type.FullName == value) {
System\Web\Services\Discovery\ContractReference.cs (2)
143typeof(ServiceDescription).FullName, 144document == null ? string.Empty : document.GetType().FullName,
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (7)
143Errors[type.FullName] = e; 186if (0 == string.Compare(refType, typeof(ContractReference).FullName, StringComparison.Ordinal)) { 189else if (0 == string.Compare(refType, typeof(SchemaReference).FullName, StringComparison.Ordinal)) { 192else if (0 == string.Compare(refType, typeof(DiscoveryDocumentReference).FullName, StringComparison.Ordinal)) { 353throw new InvalidOperationException(Res.GetString(Res.WebRefInvalidAttribute2, reference.GetType().FullName, "url")); 357throw new InvalidOperationException(Res.GetString(Res.WebRefInvalidAttribute2, reference.GetType().FullName, "filename")); 608this.referenceTypeName = referenceType == null ? string.Empty : referenceType.FullName;
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (3)
90typeof(DiscoveryDocument).FullName, 91document == null ? string.Empty : document.GetType().FullName, 238throw new InvalidOperationException(Res.GetString(Res.WebEmptyRef, r.GetType().FullName, Url));
System\Web\Services\Discovery\SchemaReference.cs (2)
181typeof(XmlSchema).FullName, 182document == null ? string.Empty : document.GetType().FullName,
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
54throw new InvalidOperationException(Res.GetString(Res.WebReflectionError, methodInfo.DeclaringType.FullName, methodInfo.Name), e);
System\Web\Services\Protocols\LogicalMethodInfo.cs (11)
98throw new InvalidOperationException(Res.GetString(Res.WebMethodMissingParams, beginMethodInfo.DeclaringType.FullName, beginMethodInfo.Name, 99typeof(AsyncCallback).FullName, typeof(object).FullName)); 321throw new InvalidOperationException(Res.GetString(Res.ContractOverride, methodInfo.Name, methodInfo.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), implAttributes[0].ToString())); 416throw new InvalidOperationException(Res.GetString(Res.WebBadOutParameter, paramInfo.Name, methodInfo.DeclaringType.FullName, paramInfo.Name)); 439throw new InvalidOperationException(Res.GetString(Res.WebInOutParameter, paramInfo.Name, methodInfo.DeclaringType.FullName, paramInfo.Name)); 534throw new InvalidOperationException(Res.GetString(Res.WebAsyncMissingEnd, beginMethodInfo.DeclaringType.FullName, beginMethodInfo.Name, endName)); 555string key = methodInfo.DeclaringType.FullName + ":" + methodInfo.ToString(); 573throw new InvalidOperationException(Res.GetString(Res.ContractOverride, methodInfo.Name, methodInfo.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), o.ToString()));
System\Web\Services\Protocols\RemoteDebugger.cs (2)
253methodBuilder.Append(protocol.Type.FullName); 262methodBuilder.Append(parameterInfos[i].ParameterType.FullName);
System\Web\Services\Protocols\Scalars.cs (1)
44throw new ArgumentException(Res.GetString(Res.WebChangeTypeFailed, value, type.FullName), "type", e);
System\Web\Services\Protocols\ServerProtocol.cs (4)
145builder.Append(e.GetType().FullName); 176string key = "CreateCustomKeyForAspNetWebServiceMetadataCache-" + serverType.FullName; 207string protocolTypeName = protocolType.FullName; 208string serverTypeName = serverType.FullName;
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
198throw new InvalidOperationException(Res.GetString(Res.DiscoveryIsNotPossibleBecauseTypeIsMissing1, this.GetType().FullName));
System\Web\Services\WebMethodAttribute.cs (4)
237throw new InvalidOperationException(Res.GetString(Res.ContractOverride, implementation.Name, implementation.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), "WebMethod.MessageName")); 268throw new InvalidOperationException(Res.GetString(Res.NeedConcreteType, type.FullName)); 288throw new ArgumentException(Res.GetString(Res.OnlyOneWebServiceBindingAttributeMayBeSpecified1, declaration.DeclaringType.FullName), "type");
System\Web\Services\WebServiceBindingAttribute.cs (3)
112if (attrs.Length > 1) throw new ArgumentException(Res.GetString(Res.OnlyOneWebServiceBindingAttributeMayBeSpecified1, type.FullName), "type"); 130throw new ArgumentException(Res.GetString(Res.MultipleBindingsWithSameName2, type.FullName, binding, "methodInfo")); 135throw new ArgumentException(Res.GetString(Res.TypeIsMissingWebServiceBindingAttributeThat2, type.FullName, binding), "methodInfo");
System.Windows.Forms (69)
winforms\Managed\System\Resources\ResXDataNode.cs (4)
133throw new InvalidOperationException(SR.GetString(SR.NotSerializableType, name, valueType.FullName)); 379throw new InvalidOperationException(SR.GetString(SR.NotSerializableType, name, valueType.FullName)); 531Debug.WriteLine("Converter for " + type.FullName + " doesn't support string conversion"); 887if (!string.Equals(newTypeName, serializedType.FullName, StringComparison.InvariantCulture)) {
winforms\Managed\System\Resources\ResXResourceReader.cs (2)
464readerTypeName.Equals(readerType.FullName) && 465writerTypeName.Equals(writerType.FullName)) {
winforms\Managed\System\WinForms\AxHost.cs (1)
6902Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "\t " + pVar.GetType().FullName + " is not serializable.");
winforms\Managed\System\WinForms\BindingSource.cs (2)
1774itemType == null ? "(null)" : itemType.FullName 1812itemType == null ? "(null)" : itemType.FullName
winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs (1)
61Debug.Fail("Unexpected control type '" + Control.GetType().FullName + "'");
winforms\Managed\System\WinForms\ColumnHeaderConverter.cs (1)
81throw new ArgumentException(SR.GetString(SR.NoDefaultConstructor, t.FullName));
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 (4)
126Debug.Assert(typeof(Attribute).IsAssignableFrom(t), "Attribute type " + t.FullName + " does not derive from Attribute"); 150Debug.Assert(typeof(Attribute).IsAssignableFrom(t), "Attribute type " + t.FullName + " does not derive from Attribute"); 173Debug.Fail("Attribute " + t.FullName + " did not have a initalizer specified and has no default constructor"); 187Debug.Fail("Attribute " + t.FullName + " did not have a initalizer specified and has no default constructor");
winforms\Managed\System\WinForms\Control.cs (11)
13030Debug.WriteLineIf(CompModSwitches.MSAA.TraceInfo, "In WmGetObject, this = " + this.GetType().FullName + ", lParam = " + m.LParam.ToString()); 15615userType = GetType().FullName; 16335Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "Object color type=" + obj.GetType().FullName); 16372Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "Object font type=" + obj.GetType().FullName); 16417Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "Object color type=" + obj.GetType().FullName); 16841Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "IDispatch::Invoke succeeded. VT=" + pvt[0].GetType().FullName); 16994string streamName = control.GetType().FullName; 17270stream = stg.OpenStream(GetType().FullName, IntPtr.Zero, NativeMethods.STGM_READ | NativeMethods.STGM_SHARE_EXCLUSIVE, 0); 17360Debug.Assert(converter != null, "No type converter for property '" + props[i].Name + "' on class " + control.GetType().FullName); 17393err.bstrSource = control.GetType().FullName; 18054Debug.Assert(converter != null, "No type converter for property '" + props[i].Name + "' on class " + control.GetType().FullName);
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
214throw new ArgumentException(SR.GetString(SR.ListManagerSetDataSource, tempList.GetType().FullName), "dataSource");
winforms\Managed\System\WinForms\DataFormats.cs (1)
177public static readonly string StringFormat = typeof(string).FullName;
winforms\Managed\System\WinForms\DataObject.cs (18)
205Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Request data: " + format.FullName); 210return GetData(format.FullName); 220Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Check data: " + format.FullName); 225bool b = GetDataPresent(format.FullName); 526|| format.Equals((typeof(Bitmap)).FullName)) { 529(typeof(Bitmap)).FullName, 1193Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Set data: " + format.FullName + ", " + data.ToString()); 1494format.Equals(typeof(Bitmap).FullName) || 1776s_allowedTypeName = typeof(Bitmap).FullName; 1945return GetData(format.FullName); 1958SetData(format.FullName, data); 1981return GetDataPresent(format.FullName); 2158Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: GetData: " + format.FullName); 2159return GetData(format.FullName); 2186Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: SetData: " + format.FullName + ", " + data.ToString()); 2187SetData(format.FullName, data); 2202Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: GetDataPresent: " + format.FullName); 2203return GetDataPresent(format.FullName);
winforms\Managed\System\WinForms\Design\PropertyTab.cs (1)
50Debug.Fail("Failed to find bitmap '" + bmpName + "' for class " + GetType().FullName, ex.ToString());
winforms\Managed\System\WinForms\FileDialog.cs (1)
1077sb.Append(e.GetType().FullName);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
775Debug.WriteLineIf(CoreSwitches.PerfTrack.Enabled, "Handle created of type '" + cp.ClassName + "' with caption '" + cp.Caption + "' from NativeWindow of type '" + GetType().FullName + "'");
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
1189throw new NotSupportedException(SR.GetString(SR.PropertyGridRemotedObject, value[count].GetType().FullName)); 2061throw new ArgumentException(SR.GetString(SR.PropertyGridNoBitmap, tab.GetType().FullName)); 2072throw new ArgumentException(SR.GetString(SR.PropertyGridTabName, tab.GetType().FullName)); 5006if (viewTabs[i].GetType().FullName == tabTypeName && viewTabButtons[i].Visible) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2650return GetType().FullName + " " + this.PropertyLabel; 3137Debug.Fail("Attribute '" + a.GetType().FullName + "' does not have a typeid.");
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
76InstanceParentGridEntry.PropertyType.FullName,
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (4)
285string entryName = basePd.Name + " " + basePd.PropertyType.FullName; 295string sortString = pd.Name + " " + pd.PropertyType.FullName; 342result = String.Compare(a1.PropertyType.FullName, a2.PropertyType.FullName, true, System.Globalization.CultureInfo.CurrentCulture);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
175typeName = componentType.FullName;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1237System.Console.WriteLine(prefix + entry.PropertyLabel + ", value type=" + (propType == null ? "(null)" : propType.FullName) + ", value=" + (entry.PropertyValue == null ? "(null)" : entry.PropertyValue.ToString()) + 1239", TypeConverter=" + (entry.TypeConverter == null ? "(null)" : entry.TypeConverter.GetType().FullName) + ", UITypeEditor=" + ((entry.UITypeEditor == null ? "(null)" : entry.UITypeEditor.GetType().FullName)));
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
906Debug.WriteLineIf(ScrollableControl.AutoScrolling.TraceVerbose, "ScrollControlIntoView(" + activeControl.GetType().FullName + ")");
winforms\Managed\System\WinForms\TabPage.cs (1)
533throw new ArgumentException (SR.GetString (SR.TABCONTROLTabPageNotOnTabControl, value.GetType ().FullName));
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
661LoadSettings(targetForm, targetForm.GetType().FullName); 689SaveSettings(sourceForm, sourceForm.GetType().FullName);
System.Windows.Forms.DataVisualization (1)
Common\SR.cs (1)
9928 static ResourceManager resourceManager = new ResourceManager(typeof(SR).FullName, typeof(SR).Module.Assembly);
System.Workflow.Activities (117)
Common\BasePropertyDescriptor.cs (6)
275if (string.Equals(this.realPropertyDescriptor.GetType().FullName, "System.ComponentModel.Design.InheritedPropertyDescriptor", StringComparison.Ordinal)) 336this.desc = SR.GetString(SR.ParameterDescription, paramInfo.ParameterType.FullName); 352this.desc = SR.GetString(SR.InvokeParameterDescription, propertyType.FullName.ToString()); 640string baseConverterTypeName = baseTypeConverter.GetType().FullName; 667key = this.RealPropertyDescriptor.ComponentType.FullName + "." + this.RealPropertyDescriptor.Name; 772return ((Type)value).FullName;
Common\CompModHelpers.cs (2)
699if (!typeLeft.BaseType.Equals(typeRight.FullName)) return false; 968if (String.Compare(inheritedInterface.FullName, interfaceName, StringComparison.Ordinal) == 0)
Common\DelegateTypeInfo.cs (3)
94if (paramType.FullName.EndsWith("&")) 97paramType = paramType.Assembly.GetType(paramType.FullName.Substring(0, paramType.FullName.Length - 1), true);
Common\TypeSystemHelpers.cs (1)
303typeName = type.FullName;
Conditional.cs (1)
145throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(IfElseActivity).FullName), "obj");
ConditionalBranch.cs (1)
68throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(IfElseBranchActivity).FullName), "obj");
ConstrainedGroup.cs (4)
61throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "dependencyObject"); 71throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "dependencyObject"); 808throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ConditionedActivityGroup).FullName), "obj"); 824return new ValidationError(SR.GetString(SR.Error_DynamicActivity2, activity.QualifiedName, activity.ExecutionStatus, activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
CorrelationValidator.cs (6)
32throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj"); 40ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_GenericMethodsNotSupported), interfaceType.FullName), ErrorNumbers.Error_GenericMethodsNotSupported); 49ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_ExternalDataExchangeException), interfaceType.FullName), ErrorNumbers.Error_TypeNotExist); 817throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj"); 926Type serializableType = type.GetInterface(typeof(ISerializable).FullName); 930SR.GetString(SR.Error_EventArgumentValidationException), type.FullName),
Designers\EventSinkActivityDesigner.cs (1)
76throw new Exception(SR.GetString(SR.General_MissingService, typeof(IExtendedUIService).FullName));
Designers\InvokeMethodActivityDesigner.cs (1)
75throw new Exception(SR.GetString(SR.General_MissingService, typeof(IExtendedUIService).FullName));
Designers\InvokeWebServiceDesigner.cs (3)
82throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 117throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IExtendedUIService).FullName)); 154throw new Exception(SR.GetString(SR.General_MissingService, typeof(IExtendedUIService).FullName));
Designers\WebServiceReceiveDesigner.cs (1)
108throw new Exception(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
Designers\WebServiceResponseDesigner.cs (1)
30throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
EventDriven.cs (1)
63throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(EventDrivenActivity).FullName), "obj");
EventHandlers.cs (1)
473throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(EventHandlersActivity).FullName), "obj");
EventHandlingScope.cs (3)
215throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(EventHandlingScopeActivity).FullName), "obj"); 250return new ValidationError(SR.GetString(SR.Error_DynamicActivity2, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus), activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2); 254return new ValidationError(SR.GetString(SR.Error_DynamicActivity3, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus), activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
EventSinkActivity.cs (2)
451throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 493throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(HandleExternalEventActivity).FullName), "obj");
InvokeMethodActivity.cs (2)
256throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 292throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(CallExternalMethodActivity).FullName), "obj");
InvokeSchedule.cs (5)
133if (designerHost != null && String.Compare(designerHost.RootComponentClassName, type.FullName, StringComparison.Ordinal) == 0) 174throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IStartWorkflow).FullName)); 197throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(InvokeWorkflowActivity).FullName), "obj"); 209throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 214Type workflowType = typeProvider.LocalAssembly.GetType(targetWorkflowType.FullName);
InvokeWebService.cs (5)
313throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 319Type webServiceBaseType = typeProvider.GetType(typeof(System.Web.Services.Protocols.SoapHttpClientProtocol).FullName); 387throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 431throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(InvokeWebServiceActivity).FullName), "obj"); 443throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
Listen.cs (1)
297throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ListenActivity).FullName), "obj");
Parallel.cs (1)
202throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ParallelActivity).FullName), "obj");
Rules\ArithmeticLiteral.cs (1)
31get { return m_type.FullName; }
Rules\CodeDomDecompiler.cs (1)
209string typeName = type.FullName;
Rules\DeclarativeExpressionConditionDeclaration.cs (1)
345string message = string.Format(CultureInfo.CurrentCulture, Messages.UnexpectedArgumentType, typeof(RuleConditionReference).FullName, "obj");
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
123helpService.ShowHelpFromKeyword(this.GetType().FullName + ".UI");
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
122string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ITypeProvider).FullName);
Rules\Design\Dialogs\RuleConditionDialog.cs (2)
46string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ITypeProvider).FullName); 165helpService.ShowHelpFromKeyword(this.GetType().FullName + ".UI");
Rules\Design\Dialogs\RuleSetDialog.cs (2)
49string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ITypeProvider).FullName); 568helpService.ShowHelpFromKeyword(this.GetType().FullName + ".UI");
Rules\Design\LogicalExpressionTypeConverter.cs (5)
28throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(IReferenceService).FullName)); 128string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ISite).FullName); 277string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ISite).FullName); 385string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ISite).FullName); 485string message = string.Format(CultureInfo.CurrentCulture, Messages.MissingService, typeof(ISite).FullName);
Rules\Expressions.cs (7)
212message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, binaryExpr.Left.GetType().FullName); 233message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, binaryExpr.Right.GetType().FullName); 1344message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, argExpr.GetType().FullName); 1750string message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, directionExpr.Expression.GetType().FullName); 2012message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, castExpr.Expression.GetType().FullName); 2341message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, argExpr.GetType().FullName); 2735message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, argExpr.GetType().FullName);
Rules\Helpers.cs (3)
47contextType = typeProvider.GetType(rootActivity.GetType().FullName); 89string message = string.Format(CultureInfo.CurrentCulture, Messages.NotCloneable, original.GetType().FullName); 261if (type.GetType().FullName.Equals("System.Workflow.ComponentModel.Compiler.DesignTimeType", StringComparison.Ordinal))// designTimeType = type as System.Workflow.ComponentModel.Compiler.DesignTimeType;
Rules\RuleSetReference.cs (1)
102string message = string.Format(CultureInfo.CurrentCulture, Messages.UnexpectedArgumentType, typeof(RuleSetReference).FullName, "obj");
Rules\RuleValidation.cs (4)
2758string[] thisNameSpace = thisExtension.DeclaringType.FullName.Split('.'); 2759string[] otherNameSpace = otherExtension.DeclaringType.FullName.Split('.'); 2760string[] bestNameSpace = validator.thisType.FullName.Split('.'); 3880string message = string.Format(CultureInfo.CurrentCulture, Messages.Error_TypeNotAuthorized, type.FullName);
Rules\Walker.cs (2)
127string message = string.Format(CultureInfo.CurrentCulture, Messages.CodeExpressionNotHandled, expression.GetType().FullName); 240string message = string.Format(CultureInfo.CurrentCulture, Messages.CodeStatementNotHandled, statement.GetType().FullName);
SetState.cs (1)
85throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(StateActivity).FullName), "obj");
SR.cs (5)
386typeof(IEventActivity).FullName); 393typeof(IEventActivity).FullName); 444typeof(System.Workflow.Runtime.Tracking.SqlTrackingService).FullName); 544typeof(IEventActivity).FullName, 734return GetString("Error_SenderMustBeActivityExecutionContext", typeof(System.Workflow.ComponentModel.ActivityExecutionContext).FullName);
StateFinalizationActivity.cs (1)
50throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(StateFinalizationActivity).FullName), "obj");
StateInitialization.cs (1)
50throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(StateInitializationActivity).FullName), "obj");
StateValidator.cs (3)
38throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(StateActivity).FullName), "obj"); 103return new ValidationError(SR.GetString(SR.Error_DynamicActivity2, activity.QualifiedName, activity.ExecutionStatus, activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2); 360SR.GetString(SR.Error_EventDrivenMultipleEventActivity, eventDriven.Name, typeof(IEventActivity).FullName, typeof(EventDrivenActivity).Name),
Task.cs (1)
1243throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ReplicatorActivity).FullName), "obj");
WebServiceFault.cs (2)
177throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(WebServiceFaultActivity).FullName), "obj"); 193throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
WebServiceReceive.cs (14)
177throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 197names.Add(interfaceType.FullName + "." + method.Name); 448throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 482throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(WebServiceInputActivity).FullName), "obj"); 520throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 587ValidationError validationError = new ValidationError(SR.GetString(SR.Error_TypeNotPublicSerializable, paramName, paramType.FullName), ErrorNumbers.Error_TypeNotPublicSerializable); 657throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 695string className = rootActivity.GetType().FullName; 698if (rootActivity.GetType().FullName.IndexOf(".") != -1) 699namespaceName = rootActivity.GetType().FullName.Substring(0, rootActivity.GetType().FullName.LastIndexOf('.')); 809paramDecl.Type = new CodeTypeReference(paramInfo.ParameterType.GetElementType().FullName); 820paramDecl.Type = new CodeTypeReference(paramInfo.ParameterType.FullName); 851CodeExpression rightExpression = new CodeCastExpression(new CodeTypeReference(pinfo.ParameterType.GetElementType().FullName), new CodeIndexerExpression(new CodeVariableReferenceExpression("results"), new CodePrimitiveExpression(i + iStartIndex)));
WebServiceResponse.cs (4)
254throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 302throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(WebServiceOutputActivity).FullName), "obj"); 317throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 422ValidationError validationError = new ValidationError(SR.GetString(SR.Error_TypeNotPublicSerializable, paramName, paramType.FullName), ErrorNumbers.Error_TypeNotPublicSerializable);
While.cs (2)
169throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(WhileActivity).FullName), "obj"); 187return new ValidationError(SR.GetString(SR.Error_DynamicActivity2, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus), activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
System.Workflow.ComponentModel (332)
AuthoringOM\ActivitiesCollection.cs (7)
24throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "owner"); 259throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 272throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 279throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 286throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 309throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 322throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName));
AuthoringOM\Activity.cs (2)
1904return this.QualifiedName + " [" + GetType().FullName + "]"; 2333throw new InvalidOperationException(SR.GetString(SR.Error_Missing_CanModifyProperties_True, this.GetType().FullName));
AuthoringOM\ActivityExecutor.cs (3)
176throw new InvalidOperationException(SR.GetString(SR.ExecutorCreationFailedErrorMessage, activityType.FullName), e); 180throw new InvalidOperationException(SR.GetString(SR.ExecutorCreationFailedErrorMessage, activityType.FullName)); 211SR.GetString(SR.Error_NonActivityExecutor, executorType.FullName), "executorType");
AuthoringOM\Behaviors\CancellationHandler.cs (2)
71throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(CancellationHandlerActivity).FullName), "obj"); 74validationErrors.Add(new ValidationError(SR.GetString(SR.Warning_EmptyBehaviourActivity, typeof(CancellationHandlerActivity).FullName, cancellationHandlerActivity.QualifiedName), ErrorNumbers.Warning_EmptyBehaviourActivity, true));
AuthoringOM\Behaviors\Compensate.cs (1)
211throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(CompensateActivity).FullName), "obj");
AuthoringOM\Behaviors\Compensation.cs (2)
72throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(CompensationHandlerActivity).FullName), "obj"); 79validationErrors.Add(new ValidationError(SR.GetString(SR.Warning_EmptyBehaviourActivity, typeof(CompensationHandlerActivity).FullName, compensation.QualifiedName), ErrorNumbers.Warning_EmptyBehaviourActivity, true));
AuthoringOM\Behaviors\ExceptionHandler.cs (4)
165throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(FaultHandlerActivity).FullName), "obj"); 174throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 186error = new ValidationError(SR.GetString(SR.Error_TypeTypeMismatch, new object[] { "FaultType", typeof(Exception).FullName }), ErrorNumbers.Error_TypeTypeMismatch); 200validationErrors.Add(new ValidationError(SR.GetString(SR.Warning_EmptyBehaviourActivity, typeof(FaultHandlerActivity).FullName, exceptionHandler.QualifiedName), ErrorNumbers.Warning_EmptyBehaviourActivity, true));
AuthoringOM\Behaviors\ExceptionHandlers.cs (2)
160throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(FaultHandlersActivity).FullName), "obj"); 192validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_ScopeDuplicateFaultHandlerActivityFor), new object[] { Helpers.GetEnclosingActivity(exceptionHandlers).GetType().Name, catchType.FullName }), ErrorNumbers.Error_ScopeDuplicateFaultHandlerActivityFor));
AuthoringOM\Compiler\CodeGeneration\ActivityCodeGenerator.cs (1)
21throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
AuthoringOM\Compiler\CodeGeneration\CodeGeneratorAttribute.cs (1)
18throw new ArgumentException(SR.GetString(SR.Error_MissingDefaultConstructor, codeGeneratorType.FullName), "codeGeneratorType");
AuthoringOM\Compiler\CodeGeneration\CompositeActivityCodeGenerator.cs (1)
20throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(CompositeActivity).FullName), "obj");
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
229parsedTypeName += "[" + genericArgType.FullName + "]";
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (5)
67this.fullName = declaringType.FullName + "+" + typeName; 512if ((interfaceCandidate.IsInterface == true) && (string.Equals(interfaceCandidate.FullName, name, compare))) 924typeName.Append(resolvedType.FullName); 1349str = returnType.FullName + " "; 1368str += parameters[i].FullName;
AuthoringOM\Compiler\TypeSystem\Helper.cs (2)
178if (attribInfo.AttributeInfo.AttributeType.FullName.Equals(attributeType.FullName))
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (2)
153StringBuilder fullName = new StringBuilder(this.runtimeType.FullName); 189return GetGenericTypeDefinition().FullName.Substring(Namespace.Length + 1);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (8)
347System.Text.StringBuilder nameBuilder = new System.Text.StringBuilder(elementType.FullName); 662if (firstType.FullName != secondType.FullName) 704toType = provider.GetType(toType.FullName); 714fromType = provider.GetType(fromType.FullName); 914string typeName = type.FullName; 924string typeName = type.FullName; 937removedTypeNames.Add(cachedtype.FullName);
AuthoringOM\Compiler\Validation\ActivityValidator.cs (1)
18throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
AuthoringOM\Compiler\Validation\BindValidator.cs (22)
44throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(FieldBind).FullName), "obj"); 139error = new ValidationError(SR.GetString(SR.Error_FieldTypeMismatch, GetFullPropertyName(manager), fieldInfo.FieldType.FullName, validationContext.TargetType.FullName), ErrorNumbers.Error_FieldTypeMismatch); 175error = new ValidationError(SR.GetString(SR.Error_TargetTypeDataSourcePathMismatch, validationContext.TargetType.FullName), ErrorNumbers.Error_TargetTypeDataSourcePathMismatch); 229throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(PropertyBind).FullName), "obj"); 336error = new ValidationError(SR.GetString(SR.Error_PropertyTypeMismatch, GetFullPropertyName(manager), propertyInfo.PropertyType.FullName, validationContext.TargetType.FullName), ErrorNumbers.Error_PropertyTypeMismatch); 372error = new ValidationError(SR.GetString(SR.Error_TargetTypeDataSourcePathMismatch, validationContext.TargetType.FullName), ErrorNumbers.Error_TargetTypeDataSourcePathMismatch); 426throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(MethodBind).FullName), "obj"); 485ValidationError error = new ValidationError(SR.GetString(SR.Error_TypeNotDelegate, validationBindContext.TargetType.FullName), ErrorNumbers.Error_TypeNotDelegate); 527throw new Exception(SR.GetString(SR.Error_DelegateNoInvoke, validationBindContext.TargetType.FullName)); 556message = SR.GetString(SR.Error_MethodReturnTypeMismatch, GetFullPropertyName(manager), invokeMethod.ReturnType.FullName); 586throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ActivityBind).FullName), "obj"); 833throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 864error = new ValidationError(SR.GetString(SR.Warning_ParameterBinding, bind.Path, refActivity.QualifiedName, validationContext.TargetType.FullName), ErrorNumbers.Warning_ParameterBinding, true); 869error = new ValidationError(SR.GetString(SR.Error_TargetTypeMismatch, memberInfo.Name, memberType.FullName, validationContext.TargetType.FullName), ErrorNumbers.Error_TargetTypeMismatch); 902error = new ValidationError(SR.GetString(SR.Warning_ParameterBinding, bind.Path, refActivity.QualifiedName, validationContext.TargetType.FullName), ErrorNumbers.Warning_ParameterBinding, true); 907error = new ValidationError(SR.GetString(SR.Error_TargetTypeMismatch, memberInfo.Name, memberType.FullName, validationContext.TargetType.FullName), ErrorNumbers.Error_TargetTypeMismatch); 950error = new ValidationError(SR.GetString(SR.Error_TargetTypeMismatch, memberInfo.Name, value.GetType().FullName, validationContext.TargetType.FullName), ErrorNumbers.Error_TargetTypeMismatch);
AuthoringOM\Compiler\Validation\CompositeActivityValidator.cs (1)
14throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(CompositeActivity).FullName), "obj");
AuthoringOM\Compiler\Validation\ConditionValidator.cs (1)
14throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ActivityCondition).FullName), "obj");
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (7)
23throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "obj"); 68throw new InvalidOperationException(SR.GetString(SR.Error_ContextStackItemMissing, typeof(Activity).FullName)); 84errors.Add(new ValidationError(SR.GetString(SR.Error_PropertyDefaultTypeMismatch, dependencyProperty.Name, dependencyProperty.PropertyType.FullName, dependencyProperty.DefaultMetadata.DefaultValue.GetType().FullName), ErrorNumbers.Error_PropertyDefaultTypeMismatch)); 152errors.Add(new ValidationError(SR.GetString(SR.Error_CreateValidator, dependencyProperty.ValidatorType.FullName), ErrorNumbers.Error_CreateValidator)); 158errors.Add(new ValidationError(SR.GetString(SR.Error_CreateValidator, dependencyProperty.ValidatorType.FullName), ErrorNumbers.Error_CreateValidator)); 191throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
AuthoringOM\Compiler\Validation\TransactionContextValidator.cs (1)
19throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
AuthoringOM\Compiler\XomlCompiler.cs (1)
537WorkflowCompilerInternal compiler = (WorkflowCompilerInternal)compilerDomain.CreateInstanceAndUnwrap(Assembly.GetExecutingAssembly().FullName, typeof(WorkflowCompilerInternal).FullName);
AuthoringOM\Compiler\XomlCompilerHelpers.cs (9)
151results.Errors.Add(CreateXomlCompilerError(new ValidationError(SR.GetString(SR.Error_Missing_CanModifyProperties_False, activity.GetType().FullName), ErrorNumbers.Error_CustomActivityCantCreate), parameters)); 172results.Errors.Add(CreateXomlCompilerError(new ValidationError(SR.GetString(SR.Error_CustomActivityCantCreate, type.FullName, tie.InnerException.InnerException.ToString()), ErrorNumbers.Error_CustomActivityCantCreate), parameters)); 176results.Errors.Add(CreateXomlCompilerError(new ValidationError(SR.GetString(SR.Error_CustomActivityCantCreate, type.FullName, tie.InnerException.ToString()), ErrorNumbers.Error_CustomActivityCantCreate), parameters)); 181results.Errors.Add(CreateXomlCompilerError(new ValidationError(SR.GetString(SR.Error_CustomActivityCantCreate, type.FullName, e.ToString()), ErrorNumbers.Error_CustomActivityCantCreate), parameters)); 187activity.SetValue(WorkflowMarkupSerializer.XClassProperty, type.FullName); 684ValidationError error = new ValidationError(SR.GetString(SR.Error_ValidatorThrewException, e.GetType().FullName, validator.GetType().FullName, activity.Name, e.ToString()), ErrorNumbers.Error_ValidatorThrewException); 689ValidationError error = new ValidationError(SR.GetString(SR.Error_ValidatorThrewException, e.GetType().FullName, validator.GetType().FullName, activity.Name, e.ToString()), ErrorNumbers.Error_ValidatorThrewException);
AuthoringOM\ComponentFactoryHelpers.cs (2)
125throw new InvalidOperationException(SR.GetString(SR.Error_InvalidAttribute, componentTypeAttribute.Name, objectType.FullName)); 240throw new InvalidOperationException(SR.GetString(SR.Error_InvalidAttributes, objectType.FullName), e);
AuthoringOM\DependencyObject.cs (15)
121throw new InvalidOperationException(SR.GetString(SR.Error_InvalidDependencyProperty, this.GetType().FullName, dependencyProperty.Name, dependencyProperty.OwnerType.FullName)); 189throw new InvalidOperationException(SR.GetString(SR.Error_DynamicPropertyTypeValueMismatch, new object[] { dependencyProperty.PropertyType.FullName, dependencyProperty.Name, value.GetType().FullName })); 209throw new InvalidOperationException(SR.GetString(SR.Error_NotReadOnlyProperty, dependencyProperty.Name, dependencyProperty.OwnerType.FullName)); 212throw new InvalidOperationException(SR.GetString(SR.Error_InvalidDependencyProperty, this.GetType().FullName, dependencyProperty.Name, dependencyProperty.OwnerType.FullName)); 256throw new InvalidOperationException(SR.GetString(SR.Error_InvalidDependencyProperty, this.GetType().FullName, dependencyProperty.Name, dependencyProperty.OwnerType.FullName)); 264throw new ArgumentException(SR.GetString(SR.Error_DynamicPropertyTypeValueMismatch, new object[] { dependencyProperty.PropertyType.FullName, dependencyProperty.Name, value.GetType().FullName }), "value"); 347throw new InvalidOperationException(SR.GetString(SR.Error_InvalidDependencyProperty, this.GetType().FullName, dependencyEvent.Name, dependencyEvent.OwnerType.FullName)); 350throw new ArgumentException(SR.GetString(SR.Error_DynamicPropertyTypeValueMismatch, new object[] { dependencyEvent.PropertyType.FullName, dependencyEvent.Name, value.GetType().FullName }), "value");
AuthoringOM\DependencyProperty.cs (2)
193string error = SR.GetString((isEvent) ? SR.Error_DynamicEventNotSupported : SR.Error_DynamicPropertyNotSupported, new object[] { ownerType.FullName, name }); 218throw new InvalidOperationException(SR.GetString(SR.Error_DPAlreadyExist, new object[] { name, ownerType.FullName }));
AuthoringOM\Design\ActivityDesigner.cs (4)
3064if (Form.ActiveForm != null && Form.ActiveForm.GetType().FullName.Equals(typeof(ItemPalette).FullName + "+Palette", StringComparison.Ordinal)) 3074else if (Form.ActiveForm != null && Form.ActiveForm.GetType().FullName.Equals(typeof(ItemPalette).FullName + "+Palette", StringComparison.Ordinal))
AuthoringOM\Design\ActivityDesignerAccessibleObject.cs (1)
97return activity.GetType().FullName;
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
739throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName));
AuthoringOM\Design\CommandSet.cs (3)
53throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IMenuCommandService).FullName)); 57throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(WorkflowView).FullName)); 61throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ISelectionService).FullName));
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
825throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IIdentifierCreationService).FullName)); 901throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IIdentifierCreationService).FullName)); 905throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName));
AuthoringOM\Design\CustomActivityDesigner.cs (26)
229return activity.GetType().FullName; 268throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 276throw new Exception(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 288throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 292throw new InvalidOperationException(SR.GetString("General_MissingService", typeof(IMemberCreationService).FullName)); 370throw new Exception(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 378throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 439customProperty.Type = typeof(ActivityBind).FullName; 450customProperty.Type = propertyType.FullName; 454customProperty.oldPropertyType = propertyType.FullName; 491customProperty.UITypeEditor = uiTypeEditorType.FullName; 532throw new Exception(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName)); 541property.PropertyType.FullName == customProperty.oldPropertyType) 548memberCreationService.RemoveProperty(customActivityType.FullName, property.Name, property.PropertyType); 558evtInfo.EventHandlerType.FullName == customProperty.oldPropertyType) 565memberCreationService.RemoveEvent(customActivityType.FullName, evtInfo.Name, evtInfo.EventHandlerType); 573throw new Exception(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName)); 577throw new Exception(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 600memberCreationService.CreateEvent(customActivityType.FullName, property.Name, typeProvider.GetType(property.Type), attributes, property.GenerateDependencyProperty); 602memberCreationService.CreateProperty(customActivityType.FullName, property.Name, typeProvider.GetType(property.Type), attributes, property.GenerateDependencyProperty, false, false, null, false); 625memberCreationService.UpdateEvent(customActivityType.FullName, property.oldPropertyName, oldPropertyType, property.Name, propertyType, attributes, property.GenerateDependencyProperty, false); 627memberCreationService.UpdateProperty(customActivityType.FullName, property.oldPropertyName, oldPropertyType, property.Name, propertyType, attributes, property.GenerateDependencyProperty, false); 835throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 839typeName = type.FullName; 893newCustomProperty.Type = baseType.FullName; 897newCustomProperty.Type = propertyDescriptor.PropertyType.FullName;
AuthoringOM\Design\DesignerHelpers.cs (3)
1540throw new Exception(SR.GetString(SR.General_MissingService, typeof(IMenuCommandService).FullName)); 1581throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 1585throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (8)
156Type designTimeType = typeProvider.GetType(this.boundType.FullName, false); 247Type designTimeParsedType = typeProvider.GetType(parsedPropertyType.FullName, false); 349throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 443DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(ActivityBindForm).FullName + ".UI"); 609Type designTimeMemberType = typeProvider.GetType(memberType.FullName, false); 661Type designTimeFieldType = typeProvider.GetType(fieldType.FullName, false); 689Type designTimeEventType = typeProvider.GetType(eventType.FullName, false); 773StringBuilder typeName = new StringBuilder(type.FullName);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (6)
540DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(ThemeConfigurationDialog).FullName + ".UI"); 724Type designerBaseType = (type.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, StringComparison.OrdinalIgnoreCase)) ? typeof(IRootDesigner) : typeof(IDesigner); 836Type designerBaseType = (activityType.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, StringComparison.OrdinalIgnoreCase)) ? typeof(IRootDesigner) : typeof(IDesigner); 883Type designerBaseType = (activityType.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, StringComparison.OrdinalIgnoreCase)) ? typeof(IRootDesigner) : typeof(IDesigner); 999if (activityType == null || activityType.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, StringComparison.OrdinalIgnoreCase)) 1084string fullTypeName = Activity.GetType().FullName;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (13)
449if (autoCompleteStringCollection.Contains(type.FullName)) 452autoCompleteStringCollection.Add(type.FullName); 586this.typeTextBox.Text = (this.artifactListView.SelectedItems[0].Tag as Type).FullName; 636DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(TypeBrowserDialog).FullName + ".UI"); 673if (type != null && (type.FullName.Equals(baseType.FullName))) 884listItem.SubItems.Add(type.FullName); 924string typeName = selectedType.FullName; 1042typeName = type.FullName; 1056parameters += parameterType.FullName; 1127StringBuilder typeName = new StringBuilder(type.FullName); 1142typeName.Replace("[" + parameterType.AssemblyQualifiedName + "]", parameterType.FullName); 1160throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
104throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(WorkflowView).FullName)); 1255DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(WorkflowPageSetupDialog).FullName + ".UI");
AuthoringOM\Design\DocumentOutline.cs (4)
38throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 43throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(DesignSurface).FullName)); 202int imageIndex = (this.treeView.ImageList != null) ? this.treeView.ImageList.Images.IndexOfKey(activity.GetType().FullName) : -1; 217this.treeView.ImageList.Images.Add(activity.GetType().FullName, activityImage);
AuthoringOM\Design\IdentifierCreationService.cs (2)
191throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 199throw new Exception(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName));
AuthoringOM\Design\PropertyDescriptors.cs (10)
45throw new Exception(SR.GetString(SR.General_MissingService, typeof(ISite).FullName)); 49throw new Exception(SR.GetString(SR.General_MissingService, typeof(IIdentifierCreationService).FullName)); 93throw new Exception(SR.GetString(SR.General_MissingService, typeof(IIdentifierCreationService).FullName)); 108throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName)); 112throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 586throw new InvalidOperationException(SR.GetString(SR.Error_MemberWithSameNameExists, activityBind.Path, designedType.FullName)); 601throw new InvalidOperationException(SR.GetString(SR.Error_MemberWithSameNameExists, activityBind.Path, designedType.FullName)); 632throw new InvalidOperationException(SR.GetString(SR.Error_MemberWithSameNameExists, activityBind.Path, designedType.FullName)); 642throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName)); 650throw new InvalidOperationException(SR.GetString("General_MissingService", typeof(IDesignerHost).FullName));
AuthoringOM\Design\Themes.cs (8)
690DesignerTheme designerTheme = (this.designerThemes.Contains(designerType.FullName)) ? this.designerThemes[designerType.FullName] : null; 704throw new InvalidOperationException(DR.GetString(DR.Error_ThemeAttributeMissing, designerType.FullName)); 707throw new InvalidOperationException(DR.GetString(DR.Error_ThemeTypeMissing, designerType.FullName)); 737((IDesignerSerializationManager)serializationManager).ReportError(new WorkflowMarkupSerializationException(DR.GetString(DR.ThemeTypesMismatch, new object[] { themeAttrib.DesignerThemeType.FullName, designerTheme.GetType().FullName }))); 775designerTheme.ApplyTo = designerType.FullName; 778this.designerThemes.Remove(designerType.FullName);
AuthoringOM\Design\TypeConverters.cs (2)
41string key = CodeConditionType.FullName; 47key = RuleDefinitionsType.FullName;
AuthoringOM\Design\UITypeEditors.cs (3)
53throw new Exception(SR.GetString(SR.General_MissingService, typeof(ITypeProvider).FullName)); 94returnVal = dlg.SelectedType.FullName; 96returnVal = typeDescriptorContext.PropertyDescriptor.Converter.ConvertFrom(typeDescriptorContext, CultureInfo.CurrentCulture, dlg.SelectedType.FullName);
AuthoringOM\Design\WorkflowInlining.cs (5)
162throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 187throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 318SetBaseComponentClassName(this.rootActivity.GetType().FullName); 456updatedWorkflowType = typeProvider.LocalAssembly.GetType(workflowType.FullName); 458updatedWorkflowType = typeProvider.GetType(workflowType.FullName);
AuthoringOM\Design\WorkflowLayouts.cs (1)
34throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(WorkflowView).FullName));
AuthoringOM\Design\WorkflowView.cs (3)
880throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 906throw new Exception(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 1509helpService.AddContextAttribute("Keyword", RootDesigner.Activity.GetType().FullName, HelpKeywordType.F1Keyword);
AuthoringOM\Design\XomlDesignerLoader.cs (6)
169throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 174string rootSiteName = (!string.IsNullOrEmpty(fullClassName)) ? Helpers.GetClassName(fullClassName) : Helpers.GetClassName(activity.GetType().FullName); 201throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IDesignerHost).FullName)); 394throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(WorkflowDesignerLoader).FullName)); 403throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(WorkflowDesignerLoader).FullName)); 721Type updatedType = typeProvider.GetType(((Type)args.CurrentValue).FullName);
AuthoringOM\Fault.cs (1)
216return type.FullName;
AuthoringOM\ItemList.cs (6)
326throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 339throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 346throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 353throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 376throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName)); 389throw new Exception(SR.GetString(SR.Error_InvalidListItem, this.GetType().GetGenericArguments()[0].FullName));
AuthoringOM\ScheduleChanges.cs (3)
73throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "dependencyObject"); 83throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "dependencyObject"); 403throw new ApplicationException(SR.GetString(SR.Error_WorkflowChangesNotSupported, ownerActivity.GetType().FullName));
AuthoringOM\Serializer\ActivityCodeDomSerializer.cs (1)
40throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
AuthoringOM\Serializer\ActivityCollectionMarkupSerializer.cs (3)
20throw new ArgumentException(SR.GetString(SR.Error_SerializerTypeMismatch, typeof(ActivityCollection).FullName), "obj"); 43throw new ArgumentException(SR.GetString(SR.Error_SerializerTypeMismatch, typeof(ActivityCollection).FullName), "obj"); 47throw new InvalidOperationException(SR.GetString(SR.Error_ActivityCollectionSerializer, childObj.GetType().FullName));
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (2)
43throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj"); 157throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
AuthoringOM\Serializer\ActivityTypeCodeDomSerializer.cs (2)
84throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "root"); 118throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "members");
AuthoringOM\Serializer\BindMarkupExtensionSerializer.cs (1)
20throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(ActivityBind).FullName), "value");
AuthoringOM\Serializer\CodeTypeReferenceSerializer.cs (1)
70typeName = string.Format(CultureInfo.InvariantCulture, "{0}, {1}", type.FullName, assemblyFullName);
AuthoringOM\Serializer\CollectionMarkupSerializer.cs (12)
35throw new Exception(SR.GetString(SR.Error_SerializerTypeRequirement, obj.GetType().FullName, typeof(ICollection).FullName, typeof(ICollection<>).FullName)); 55throw new Exception(SR.GetString(SR.Error_SerializerTypeRequirement, value.GetType().FullName, typeof(ICollection).FullName, typeof(ICollection<>).FullName)); 70throw new Exception(SR.GetString(SR.Error_SerializerTypeRequirement, obj.GetType().FullName, typeof(ICollection).FullName, typeof(ICollection<>).FullName)); 83throw new Exception(SR.GetString(SR.Error_SerializerTypeRequirement, parentObj.GetType().FullName, typeof(ICollection).FullName, typeof(ICollection<>).FullName));
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (4)
41throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "obj"); 54throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(CodeDomSerializer).FullName)); 183ownerTypeName = dependencyProperty.OwnerType.FullName; 198if (ownerTypeName == obj.GetType().FullName)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (1)
96throw new InvalidOperationException(SR.GetString(SR.Error_DictionarySerializerKeyNotFound, childObj.GetType().FullName));
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (1)
143String typeName = classNamesUnique ? parentType.Name : parentType.FullName;
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (5)
86writer.WriteString(argType.FullName); 110serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNotAvailable, serializableProperty.PropertyType.FullName))); 152serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNoSerializeLogic, new object[] { serializableProperty.Name, value.GetType().FullName }))); 158serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNoSerializeLogic, new object[] { serializableProperty.Name, value.GetType().FullName }))); 177throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(MarkupExtension).FullName), "value");
AuthoringOM\Serializer\SynchronizationHandlesCodeDomSerializer.cs (1)
35throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(StringCollection).FullName), "obj");
AuthoringOM\Serializer\TypeExtensionSerializer.cs (1)
20throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(TypeExtension).FullName), "value");
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (52)
282serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, obj.GetType().FullName), reader)); 292serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 395serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNoMemberFound, new object[] { propName, obj.GetType().FullName }), reader)); 407serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 448serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_InvalidDataFoundForType, obj.GetType().FullName), reader)); 467serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_InvalidElementFoundForType, reader.LocalName, obj.GetType().FullName), reader)); 527serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_InvalidDataFound, reader.Value.Trim(), obj.GetType().FullName), reader)); 540serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 583throw new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerStackOverflow, obj.ToString(), obj.GetType().FullName), 0, 0); 610serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 617serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNotAvailableForSerialize, obj.GetType().FullName))); 627serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 710serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 802string key = property.ReflectedType.FullName + "." + property.Name; 846serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerPropertyGetFailed, new object[] { propertyName, obj.GetType().FullName, e.Message }))); 883serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 889serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNotAvailableForSerialize, propertyValueType.FullName))); 933serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNoSerializeLogic, new object[] { propertyName, obj.GetType().FullName }), e)); 948serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 985serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerPropertyGetFailed, propertyName, ownerType.FullName, e.Message))); 1009serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNotAvailableForSerialize, propertyValue.GetType().FullName))); 1100serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 1111serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e)); 1328throw new Exception(SR.GetString(SR.Error_SerializerNoChildNotion, new object[] { parentObject.GetType().FullName })); 1495serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_MissingCLRProperty, dependencyProperty.Name, obj.GetType().FullName))); 1589serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_MissingAddHandler, dependencyProperty.Name, dependencyProperty.OwnerType.FullName))); 1612serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_MissingSetAccessor, dependencyProperty.Name, dependencyProperty.OwnerType.FullName))); 1774serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, type.FullName), reader)); 1785serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerCreateInstanceFailed, type.FullName, e.Message), reader)); 1830serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerReadOnlyPropertyAndValueIsNull, propertyName, obj.GetType().FullName), reader)); 1844serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerAttributesFoundInComplexProperty, propertyName, obj.GetType().FullName), reader)); 1877serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, obj.GetType().FullName), reader)); 1887serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e, reader)); 1933serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerPrimitivePropertyReadOnly, new object[] { property.Name, property.Name, obj.GetType().FullName }), reader)); 1965serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, memberType.FullName), reader)); 1983serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, obj.GetType().FullName), reader)); 2002serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerMemberSetFailed, new object[] { reader.LocalName, reader.Value, reader.LocalName, obj.GetType().FullName, e.Message }), e, reader)); 2014string key = property.ReflectedType.FullName + "." + property.Name; 2036serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerMemberSetFailed, new object[] { reader.LocalName, reader.Value, reader.LocalName, obj.GetType().FullName, e.Message }), e, reader)); 2046serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerMemberSetFailed, new object[] { reader.LocalName, reader.Value, reader.LocalName, obj.GetType().FullName, e.Message }), e, reader)); 2601serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_CantCreateInstanceOfBaseType, type.FullName), reader)); 2610serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, obj.GetType().FullName), reader)); 2621serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerThrewException, obj.GetType().FullName, e.Message), e, reader)); 2648serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerPrimitivePropertyNoLogic, new object[] { argName, argName, obj.GetType().FullName }), reader)); 2912serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerNotAvailable, this.contentProperty.PropertyType.FullName), reader)); 2921serializationManager.ReportError(CreateSerializationError(SR.GetString(SR.Error_SerializerCreateInstanceFailed, this.contentProperty.PropertyType.FullName, e.Message), reader)); 2943this.serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNotAvailableForSerialize, this.contentProperty.PropertyType.FullName))); 3012this.serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_ContentPropertyCanNotBeNull, this.contentProperty.Name, this.parentObject.GetType().FullName))); 3059this.serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_ContentCanNotBeConverted, content as string, contentProperty.Name, this.parentObject.GetType().FullName, this.contentProperty.PropertyType.FullName), contents[0].LineNumber, contents[0].LinePosition)); 3063this.serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_ContentPropertyValueInvalid, content.GetType(), this.contentProperty.Name, this.contentProperty.PropertyType.FullName), contents[0].LineNumber, contents[0].LinePosition)); 3098serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_ContentPropertyCouldNotBeFound, contentPropertyName, parentObject.GetType().FullName)));
AuthoringOM\Serializer\XamlInterfaces.cs (1)
224return this.type.FullName;
AuthoringOM\Suspend.cs (1)
88throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(SuspendActivity).FullName), "obj");
Shared\BasePropertyDescriptor.cs (6)
274if (string.Equals(this.realPropertyDescriptor.GetType().FullName, "System.ComponentModel.Design.InheritedPropertyDescriptor", StringComparison.Ordinal)) 335this.desc = SR.GetString(SR.ParameterDescription, paramInfo.ParameterType.FullName); 351this.desc = SR.GetString(SR.InvokeParameterDescription, propertyType.FullName.ToString()); 639string baseConverterTypeName = baseTypeConverter.GetType().FullName; 666key = this.RealPropertyDescriptor.ComponentType.FullName + "." + this.RealPropertyDescriptor.Name; 771return ((Type)value).FullName;
Shared\CompModHelpers.cs (2)
697if (!typeLeft.BaseType.Equals(typeRight.FullName)) return false; 966if (String.Compare(inheritedInterface.FullName, interfaceName, StringComparison.Ordinal) == 0)
Shared\DelegateTypeInfo.cs (3)
93if (paramType.FullName.EndsWith("&")) 96paramType = paramType.Assembly.GetType(paramType.FullName.Substring(0, paramType.FullName.Length - 1), true);
Shared\TypeSystemHelpers.cs (1)
302typeName = type.FullName;
Shared\XomlSerializationHelpers.cs (1)
289CodeAttributeDeclaration xomlSourceAttribute = new CodeAttributeDeclaration(typeof(WorkflowMarkupSourceAttribute).FullName);
System.Workflow.Runtime (21)
DebugEngine\DebugController.cs (2)
1015this.controllerConduit.ScheduleTypeLoaded(this.programId, scheduleTypeId, scheduleType.Assembly.FullName, fileName, md5Digest, isDynamic, scheduleType.FullName, scheduleType.Name, stringWriter.ToString()); 1117handlerMethod.Name = handlerMethodInfo.DeclaringType.FullName + "." + handlerMethodInfo.Name;
System\Activities\Statements\Interop.cs (6)
505throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.MetaPropertyDoesNotExist, name, this.ActivityType.FullName)); 939Left = new InArgument<string>(env => parent.Get(env).GetType().FullName), 1242else if (interopBodyType.FullName == "System.Workflow.Activities.SendActivity") 1322else if (interopBodyType.FullName == "System.Workflow.Activities.ReceiveActivity") 1402else if (activity.GetType().FullName == "System.Workflow.Activities.SendActivity") 1431else if (activity.GetType().FullName == "System.Workflow.Activities.ReceiveActivity")
Tracking\SqlTrackingQuery.cs (1)
221param = new SqlParameter("@TypeFullName", opt.WorkflowType.FullName);
Tracking\SqlTrackingService.cs (11)
423Debug.WriteLine(ExecutionStringManager.UpdatedProfile + t.FullName); 633cmd.Parameters.Add(this._dbResourceAllocator.NewDbParameter("@TypeFullName", workflowType.FullName)); 1249command.Parameters.Add(DbResourceAllocator.NewDbParameter("@TypeFullName", (xamlInst ? _parameters.InstanceId.ToString() : _parameters.WorkflowType.FullName))); 1294command.Parameters.Add(DbResourceAllocator.NewDbParameter("@TypeFullName", (null == workflowType ? workflowInstanceId.ToString() : workflowType.FullName))); 1439command.Parameters.Add(DbResourceAllocator.NewDbParameter("@EventArgTypeFullName1", t.FullName)); 1461command.Parameters.Add(DbResourceAllocator.NewDbParameter("@EventArgTypeFullName2", t.FullName)); 1780command.Parameters.Add(DbResourceAllocator.NewDbParameter("@UserDataTypeFullName", t.FullName)); 1854command.Parameters.Add(DbResourceAllocator.NewDbParameter("@TypeFullName" + index, ((null == t) ? null : t.FullName))); 2375addedActivity.ActivityTypeFullName = type.FullName; 2400addedActivity.ActivityTypeFullName = type.FullName; 2582writer.WriteElementString("TypeFullName", t.FullName);
WorkflowDefinitionDispenser.cs (1)
261throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, ExecutionStringManager.WorkflowTypeMismatch, workflowType.FullName));
System.WorkflowServices (45)
System\ServiceModel\Description\PersistenceProviderBehavior.cs (1)
81wmiInstance.SetProperty("PersistenceProviderFactoryType", this.PersistenceProviderFactory.GetType().FullName);
System\ServiceModel\WorkflowServiceHost.cs (4)
113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.ServiceContractAttributeNotFound, new object[] { implementedContract.FullName }))); 117throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.ReflectedContractsNotInitialized, new object[] { implementedContract.FullName }))); 127throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.MetadataEndpointCannotBeAdded, new object[] { implementedContract.FullName }))); 132throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.ReflectedContractKeyNotFound, new object[] { implementedContract.FullName, this.workflowDefinitionContext.WorkflowName })));
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
34string typeName = parameterInfo.ParameterType.FullName;
System\Workflow\Activities\ContractType.cs (2)
877str = returnType.FullName + " "; 903str += parameters[i].FullName;
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
180DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(OperationPickerDialog).FullName + ".UI"); 232contractItem.Name = typeBrowserDialog.SelectedType.FullName;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
131return type.FullName; 134if (type.FullName.Contains("[")) 136return type.FullName; 139signature.Append(type.FullName);
System\Workflow\Activities\OperationParameterInfoCollection.cs (6)
150SR2.GetString(SR2.Error_InvalidListItem, typeof(OperationParameterInfo).FullName)); 246SR2.GetString(SR2.Error_InvalidListItem, typeof(OperationParameterInfo).FullName)); 263SR2.GetString(SR2.Error_InvalidListItem, typeof(OperationParameterInfo).FullName)); 278SR2.GetString(SR2.Error_InvalidListItem, typeof(OperationParameterInfo).FullName)); 303SR2.GetString(SR2.Error_InvalidListItem, typeof(OperationParameterInfo).FullName)); 314SR2.GetString(SR2.Error_InvalidListItem, typeof(OperationParameterInfo).FullName));
System\Workflow\Activities\ReceiveActivity.cs (4)
396SR2.GetString(SR2.Error_UnexpectedArgumentType, typeof(Activity).FullName)); 413SR2.GetString(SR2.Error_UnexpectedArgumentType, typeof(Activity).FullName)); 1212SR2.GetString(SR2.Error_UnexpectedArgumentType, typeof(Activity).FullName)); 1397this.returnTypeName = methodInfo.ReturnType.FullName;
System\Workflow\Activities\TypedOperationInfo.cs (2)
96returnValue = this.ContractType.FullName + "." + returnValue; 107return this.ContractType.FullName;
System\Workflow\Activities\ValidationHelper.cs (17)
146typeName = typedServiceOperation.ContractType.FullName; 281currentContractType.FullName), 298currentContractType.FullName), 315currentContractType.FullName), 332currentContractType.FullName), 350currentContractType.FullName), 746new ValidationError(SR2.GetString(SR2.Error_Validation_ContractTypeNotInterface, contractType.FullName, activity.Name), 754new ValidationError(SR2.GetString(SR2.Error_ServiceContractAttributeMissing, contractType.FullName), 765new ValidationError(SR2.GetString(SR2.Error_Validation_OperationNotInContract, operationInfo.Name, contractType.FullName), 789operationInfo.Name, contractType.FullName), 802parameter.Name, operationInfo.Name, contractType.FullName), 812parameter.Name, operationInfo.Name, contractType.FullName), 822parameter.Name, operationInfo.Name, contractType.FullName), 832parameter.Name, operationInfo.Name, contractType.FullName), 842parameter.Name, operationInfo.Name, contractType.FullName), 1017validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_ServiceContractAttributeMissing, contractType.FullName), WorkflowServicesErrorNumbers.Error_ServiceContractAttributeMissing, false, "ServiceOperationInfo")); 1023validationErrors.Add(new ValidationError(SR2.GetString(SR2.Error_OperationNotInContract, methodInfo.Name, contractType.FullName), WorkflowServicesErrorNumbers.Error_OperationNotInContract, false, "ServiceOperationInfo"));
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (1)
37return this.workflowType.FullName;
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
240if ((!wildcard && (element.Name != endpointName)) || (element.Contract != contractType.FullName))
System.Xaml.Hosting (3)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (3)
252TD.HttpHandlerPickedForUrl(url, hostedXamlType.FullName, httpHandlerType.FullName); 277new ConfigurationErrorsException(SR.NotHttpHandlerType(url, this.hostedXamlType, httpHandlerType.FullName));
System.Xml (256)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
60return Add(extension.GetType().FullName, extension); 172string comment = Res.GetString(Res.XmlExtensionComment, extension.GetType().FullName); 176throw new InvalidOperationException(Res.GetString(Res.XmlExtensionDuplicateDefinition, extension.GetType().FullName, clrType));
System\Xml\Serialization\CodeExporter.cs (9)
98CodeAttributeDeclaration decl = new CodeAttributeDeclaration(typeof(GeneratedCodeAttribute).FullName); 118if (attribute.Name == type.FullName || attribute.Name == type.Name) { 172CodeAttributeDeclaration include = new CodeAttributeDeclaration(includeType.FullName); 182CodeAttributeDeclaration include = new CodeAttributeDeclaration(includeType.FullName); 228CodeAttributeDeclaration flags = new CodeAttributeDeclaration(typeof(FlagsAttribute).FullName); 236CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(type.FullName); 260CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(type.FullName); 268CodeMemberField field = new CodeMemberField(typeof(int).FullName, constant.Name); 274CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(type.FullName);
System\Xml\Serialization\Compilation.cs (5)
202Log(Res.GetString(Res.XmlSerializerExpiredDetails, serializerName, type.FullName), EventLogEntryType.Error); 238Log(Res.GetString(Res.XmlSerializerExpiredDetails, serializerName, type.FullName), EventLogEntryType.Error); 339throw new InvalidOperationException(Res.GetString(Res.XmlPregenTypeDynamic, types[i].FullName)); 343writer.Write(typeof(XmlSerializerVersionAttribute).FullName); 524MissingMethodException missingMethod = new MissingMethodException(type.FullName, methodName);
System\Xml\Serialization\Mappings.cs (6)
1098throw new InvalidOperationException(Res.GetString(Res.XmlSerializableRootDupName, getSchemaMethod.DeclaringType.FullName, e.Name, elementNs)); 1144throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaEmptyTypeName, type.FullName, getSchemaMethod.Name)); 1148throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodReturnType, type.Name, getSchemaMethod.Name, typeof(XmlSchemaProviderAttribute).Name, typeof(XmlQualifiedName).FullName)); 1170throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaInclude, xsiType.Namespace, getSchemaMethod.DeclaringType.FullName, getSchemaMethod.Name)); 1178throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaTypeMissing, getSchemaMethod.DeclaringType.FullName, getSchemaMethod.Name, xsiType.Name, xsiType.Namespace)); 1189if (schema.Id == null || schema.Id.Length == 0) throw new InvalidOperationException(Res.GetString(Res.XmlSerializableNameMissing1, type.FullName));
System\Xml\Serialization\Models.cs (7)
60if (!typeDesc.IsSpecial) throw new NotSupportedException(Res.GetString(Res.XmlUnsupportedTypeKind, type.FullName)); 170throw new InvalidOperationException(Res.GetString(Res.XmlSerializerUnsupportedMember, member.DeclaringType.FullName + "." + member.Name, type.FullName), typeDesc.Exception); 255throw new InvalidOperationException(Res.GetString(Res.XmlInvalidSpecifiedType, specifiedField.Name, specifiedField.FieldType.FullName, typeof(bool).FullName)); 268throw new InvalidOperationException(Res.GetString(Res.XmlInvalidSpecifiedType, specifiedProperty.Name, specifiedProperty.PropertyType.FullName, typeof(bool).FullName));
System\Xml\Serialization\SchemaImporter.cs (1)
152throw new InvalidOperationException(Res.GetString(Res.XmlInvalidBaseType, structMapping.TypeDesc.FullName, baseType.FullName, typeDescToChange.BaseTypeDesc.FullName));
System\Xml\Serialization\SoapAttributeOverrides.cs (1)
42throw new InvalidOperationException(Res.GetString(Res.XmlMultipleAttributeOverrides, type.FullName, member));
System\Xml\Serialization\SoapCodeExporter.cs (9)
106codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(SerializableAttribute).FullName)); 110codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DebuggerStepThroughAttribute).FullName)); 112codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DesignerCategoryAttribute).FullName, new CodeAttributeArgument[] {new CodeAttributeArgument(new CodePrimitiveExpression("code"))})); 194CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(SoapElementAttribute).FullName); 228field = new CodeMemberField(typeof(bool).FullName, member.Name + "Specified"); 231CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(SoapIgnoreAttribute).FullName); 251field = new CodeMemberField(typeof(bool).FullName, fieldName + "Specified"); 255prop = CreatePropertyDeclaration(field, member.Name + "Specified", typeof(bool).FullName); 257CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(SoapIgnoreAttribute).FullName);
System\Xml\Serialization\SoapReflectionImporter.cs (3)
200throw new InvalidOperationException(Res.GetString(Res.XmlInvalidTypeAttributes, model.Type.FullName)); 691throw new InvalidOperationException(Res.GetString(Res.XmlInvalidDefaultEnumValue, a.SoapDefaultValue.GetType().FullName, fieldTypeDesc.FullName)); 695throw new InvalidOperationException(Res.GetString(Res.XmlInvalidDefaultValue, strValue, a.SoapDefaultValue.GetType().FullName));
System\Xml\Serialization\SoapSchemaImporter.cs (1)
67throw new InvalidOperationException(Res.GetString(Res.XmlPrimitiveBaseType, name.Name, name.Namespace, baseType.FullName));
System\Xml\Serialization\Types.cs (16)
118: this(type.Name, type.FullName, dataType, TypeKind.Primitive, (TypeDesc)null, flags, formatterName) { 698exception = new InvalidOperationException(Res.GetString(Res.XmlTypeInaccessible, type.FullName)); 702exception = new InvalidOperationException(Res.GetString(Res.XmlTypeStatic, type.FullName)); 719exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, type.FullName)); 736exception = new NotSupportedException(Res.GetString(Res.XmlUnsupportedRank, type.FullName)); 744arrayElementType = GetCollectionElementType(type, memberInfo == null ? null : memberInfo.DeclaringType.FullName + "." + memberInfo.Name); 754exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, type.FullName)); 799exception = new NotSupportedException(Res.GetString(Res.XmlUnsupportedInterface, type.FullName)); 802exception = new NotSupportedException(Res.GetString(Res.XmlUnsupportedInterfaceDetails, memberInfo.DeclaringType.FullName + "." + memberInfo.Name, type.FullName)); 810exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, type.FullName)); 1151throw new InvalidOperationException(Res.GetString(Res.XmlNoAddMethod, type.FullName, currentType, "IEnumerable")); 1163throw new NotSupportedException(Res.GetString(Res.XmlUnsupportedIDictionary, type.FullName)); 1166throw new NotSupportedException(Res.GetString(Res.XmlUnsupportedIDictionaryDetails, memberInfo, type.FullName)); 1191throw new InvalidOperationException(Res.GetString(Res.XmlNoDefaultAccessors, type.FullName)); 1195throw new InvalidOperationException(Res.GetString(Res.XmlNoAddMethod, type.FullName, indexer.PropertyType, "ICollection"));
System\Xml\Serialization\XmlAttributeOverrides.cs (1)
42throw new InvalidOperationException(Res.GetString(Res.XmlAttributeSetAgain, type.FullName, member));
System\Xml\Serialization\XmlCodeExporter.cs (25)
142codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(SerializableAttribute).FullName)); 146codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DebuggerStepThroughAttribute).FullName)); 148codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(DesignerCategoryAttribute).FullName, new CodeAttributeArgument[] {new CodeAttributeArgument(new CodePrimitiveExpression("code"))})); 167string rootAttrName = typeof(XmlRootAttribute).FullName; 236typeofValue = new CodeTypeOfExpression(type.FullName); 238initExpression = new CodeCastExpression(type.FullName, new CodePrimitiveExpression(value)); 249typeofValue = new CodeTypeOfExpression(type.FullName); 251initExpression = new CodeCastExpression(type.FullName, new CodePrimitiveExpression(value)); 270typeofValue = new CodeTypeOfExpression(type.FullName); 276typeofValue = new CodeTypeOfExpression(type.FullName); 406AddWarningComment(comments, Res.GetString(Res.XmlNotKnownDefaultValue, extension.GetType().FullName, attributeName, (string)defaultValue, mapping.TypeName, mapping.Namespace)); 467CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(DefaultValueAttribute).FullName, arguments); 615CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlNamespaceDeclarationsAttribute).FullName); 693CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlChoiceIdentifierAttribute).FullName); 698CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlIgnoreAttribute).FullName); 713field = new CodeMemberField(typeof(bool).FullName, member.Name + "Specified"); 716CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlIgnoreAttribute).FullName); 736field = new CodeMemberField(typeof(bool).FullName, fieldName + "Specified"); 740prop = CreatePropertyDeclaration(field, member.Name + "Specified", typeof(bool).FullName); 742CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlIgnoreAttribute).FullName); 749CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlTextAttribute).FullName); 776CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(attributeType.FullName); 790attribute.Arguments.Add(new CodeAttributeArgument("Form", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(XmlSchemaForm).FullName), Enum.Format(typeof(XmlSchemaForm), form, "G")))); 816CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlAnyElementAttribute).FullName); 830metadata.Add(new CodeAttributeDeclaration(typeof(XmlAnyAttributeAttribute).FullName));
System\Xml\Serialization\Xmlcustomformatter.cs (1)
70throw new Exception(Res.GetString(Res.XmlUnsupportedDefaultType, type.FullName));
System\Xml\Serialization\XmlMapping.cs (1)
110return type.FullName + ":" + (root == null ? String.Empty : root.Key) + ":" + (ns == null ? String.Empty : ns);
System\Xml\Serialization\XmlReflectionImporter.cs (19)
121throw new InvalidOperationException(Res.GetString(Res.XmlAnonymousInclude, type.FullName)); 368throw new InvalidOperationException(Res.GetString(Res.XmlInvalidTypeAttributes, model.Type.FullName)); 436throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodMissing, provider.MethodName, typeof(XmlSchemaSet).Name, type.FullName)); 439throw new InvalidOperationException(Res.GetString(Res.XmlGetSchemaMethodReturnType, type.Name, provider.MethodName, typeof(XmlSchemaProviderAttribute).Name, typeof(XmlQualifiedName).FullName, typeof(XmlSchemaType).FullName)); 553return new InvalidOperationException(Res.GetString(Res.XmlInvalidAttributeUse, type.FullName)); 707throw new NotSupportedException(Res.GetString(Res.XmlUnsupportedInheritance, model.Type.BaseType.FullName)); 767throw new InvalidOperationException(Res.GetString(Res.XmlIllegalMultipleText, model.Type.FullName)); 773throw new InvalidOperationException(Res.GetString(Res.XmlMultipleXmlns, model.Type.FullName)); 812throw new InvalidOperationException(Res.GetString(Res.XmlMultipleXmlns, model.Type.FullName)); 1240throw new InvalidOperationException(Res.GetString(Res.XmlChoiceIdentifierType, identifierName, memberName, type.GetElementType().FullName)); 1246throw new InvalidOperationException(Res.GetString(Res.XmlChoiceIdentifierArrayType, identifierName, memberName, type.FullName)); 1460throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAnyElement, arrayElementType.FullName)); 1616throw new InvalidOperationException(Res.GetString(Res.XmlXmlnsInvalidType, accessorName, accessorType.FullName, typeof(XmlSerializerNamespaces).FullName)); 1672throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAnyElement, accessorType.FullName)); 1831XmlArrayItemAttribute item = (XmlArrayItemAttribute)arrayTypes[type.FullName, ns]; 1836arrayTypes[type.FullName, ns] = items[i]; 1870throw new InvalidOperationException(Res.GetString(Res.XmlInvalidDefaultValue, strValue, a.XmlDefaultValue.GetType().FullName));
System\Xml\Serialization\XmlSchemaImporter.cs (5)
104throw new InvalidOperationException(Res.GetString(Res.XmlBadBaseElement, name.Name, name.Namespace, baseType.FullName)); 157throw new InvalidOperationException(Res.GetString(Res.XmlBadBaseType, typeName.Name, typeName.Namespace, baseType.FullName)); 402throw new InvalidOperationException(Res.GetString(Res.XmlImporterExtensionBadLocalTypeName, typeOwner.GetType().FullName, typeName)); 405throw new InvalidOperationException(Res.GetString(Res.XmlImporterExtensionBadTypeName, typeOwner.GetType().FullName, qname.Name, qname.Namespace, typeName)); 1601if (sourceTypeDesc != null && sourceTypeDesc.FullName != typeof(string).FullName)
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (18)
119writer.Write(typeof(Hashtable).FullName); 124writer.Write(typeof(Hashtable).FullName); 139writer.Write(typeof(Hashtable).FullName); 141writer.Write(typeof(Hashtable).FullName); 182writer.Write(typeof(bool).FullName); 184writer.Write(typeof(Type).FullName); 219writer.Write(typeof(XmlSerializer).FullName); 224writer.Write(typeof(XmlSerializationReader).FullName); 234writer.Write(typeof(XmlSerializationWriter).FullName); 263writer.Write(typeof(bool).FullName); 265writer.Write(typeof(XmlReader).FullName); 285writer.Write(typeof(XmlSerializationWriter).FullName); 303writer.Write(typeof(XmlSerializationReader).FullName); 337writer.Write(typeof(XmlSerializer).FullName); 339writer.Write(typeof(Type).FullName); 369writer.Write(typeof(XmlSerializerImplementation).FullName); 374writer.Write(typeof(XmlSerializationReader).FullName); 380writer.Write(typeof(XmlSerializationWriter).FullName);
System\Xml\Serialization\XmlSerializationReader.cs (50)
1291return new InvalidCastException(Res.GetString(Res.XmlInvalidNullCast, type.FullName)); 1293return new InvalidCastException(Res.GetString(Res.XmlInvalidCast, value.GetType().FullName, type.FullName)); 1295return new InvalidCastException(Res.GetString(Res.XmlInvalidCastWithId, value.GetType().FullName, type.FullName, id)); 1489throw new InvalidOperationException(Res.GetString(Res.XmlInvalidArrayRef, id, o.GetType().FullName, i.ToString(CultureInfo.InvariantCulture))); 1590throw new NotSupportedException(Res.GetString(Res.XmlRpcArrayOfValueTypes, elementType.FullName)); 2123Writer.Write(typeof(XmlSerializationReader).FullName); 2273Writer.Write(typeof(XmlSerializationReadCallback).FullName); 2589item = typeof(Array).FullName; 2606Writer.Write(RaCodeGen.GetReflectionVariable(typeof(Array).FullName, "0") + "[ci , i]"); 2681Writer.Write(typeof(XmlConvert).FullName); 2720Writer.Write(typeof(Hashtable).FullName); 2727Writer.Write(typeof(Hashtable).FullName); 2741Writer.Write(typeof(Hashtable).FullName); 2743Writer.Write(typeof(Hashtable).FullName); 2815Writer.Write(typeof(Enum).FullName); 2933Writer.Write(typeof(Array).FullName); 3021Writer.Write(typeof(XmlQualifiedName).FullName); 3064Writer.Write(typeof(XmlQualifiedName).FullName); 3353Writer.Write(typeof(XmlSerializationCollectionFixupCallback).FullName); 3384Writer.Write(typeof(XmlQualifiedName).FullName); 3390Writer.Write(typeof(XmlQualifiedName).FullName); 3504Writer.Write(typeof(XmlAttribute).FullName); 3507Writer.Write(typeof(XmlAttribute).FullName); 3552Writer.Write(typeof(XmlAttribute).FullName); 3557Writer.Write(typeof(XmlAttribute).FullName); 3619Writer.Write(typeof(XmlSerializationFixupCallback).FullName); 3736Writer.Write(typeof(XmlNodeType).FullName); 3763Writer.Write(typeof(XmlNodeType).FullName); 3766Writer.Write(typeof(XmlNodeType).FullName); 3769Writer.Write(typeof(XmlNodeType).FullName); 3772Writer.Write(typeof(XmlNodeType).FullName); 4413bool isDoc = special.TypeDesc.FullName == typeof(XmlDocument).FullName; 4425Writer.Write(typeof(XmlQualifiedName).FullName); 4436Writer.Write(typeof(IXmlSerializable).FullName); 4490Writer.Write(typeof(IXmlSerializable).FullName); 4510WriteQuotedCSharpString(derived.Type.FullName); 4512WriteQuotedCSharpString(head.Type.FullName); 4523WriteQuotedCSharpString(head.Type.FullName); 4539Writer.Write(typeof(XmlNodeType).FullName); 4541Writer.Write(typeof(XmlNodeType).FullName); 4575Writer.Write(typeof(XmlNodeType).FullName); 4582Writer.Write(typeof(XmlConvert).FullName); 4594Writer.Write(typeof(ArrayList).FullName); 4598Writer.Write(typeof(ArrayList).FullName); 4601Writer.Write(typeof(ArrayList).FullName); 4605Writer.Write(typeof(ArrayList).FullName); 4621Writer.Write(typeof(Type).FullName); 4683Writer.Write(exceptionType.FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
3206bool isDoc = special.TypeDesc.FullName == typeof(XmlDocument).FullName; 3352ilg.Ldstr(derived.Type.FullName); 3353ilg.Ldstr(head.Type.FullName); 3369ilg.Ldstr(head.Type.FullName);
System\Xml\Serialization\XmlSerializationWriter.cs (61)
419if (objectsInUse.ContainsKey(o)) throw new InvalidOperationException(Res.GetString(Res.XmlCircularReference, o.GetType().FullName)); 713if (typeof(IXmlSerializable).IsAssignableFrom(type)) return new InvalidOperationException(Res.GetString(Res.XmlInvalidSerializable, type.FullName)); 715if (!typeDesc.IsStructLike) return new InvalidOperationException(Res.GetString(Res.XmlInvalidUseOfType, type.FullName)); 716return new InvalidOperationException(Res.GetString(Res.XmlUnxpectedType, type.FullName)); 753return new InvalidOperationException(Res.GetString(Res.XmlIllegalAnyElement, type.FullName)); 1314Writer.Write(typeof(XmlSerializationWriter).FullName); 1392Writer.Write(typeof(XmlSerializationWriteCallback).FullName); 1457Writer.Write(typeof(XmlConvert).FullName); 1633string source = "((" + typeof(XmlSerializerNamespaces).FullName + ")p[" + xmlnsMember.ToString(CultureInfo.InvariantCulture) + "])"; 1884Writer.Write(typeof(long).FullName); 2059Writer.Write(typeof(Type).FullName); 2127if (mapping.TypeDesc.UseReflection) methodInvoke = "(("+typeof(bool).FullName+")"+methodInvoke+")"; 2135if(mapping.TypeDesc.UseReflection) memberGet = "(("+typeof(bool).FullName+")"+ memberGet+")"; 2163if (mapping.TypeDesc.UseReflection) methodInvoke = "(("+typeof(bool).FullName+")"+methodInvoke+")"; 2171if(mapping.TypeDesc.UseReflection) memberGet = "(("+typeof(bool).FullName+")"+ memberGet+")"; 2236Writer.Write(typeof(StringBuilder).FullName); 2238Writer.Write(typeof(StringBuilder).FullName); 2246Writer.Write(typeof(IEnumerator).FullName); 2249Writer.Write(typeof(IEnumerable).FullName); 2256Writer.Write(typeof(IEnumerator).FullName); 2270Writer.Write(typeof(IEnumerator).FullName); 2290Writer.Write(typeof(ICollection).FullName); 2422Writer.Write(typeof(IEnumerator).FullName); 2426Writer.Write(typeof(IEnumerable).FullName); 2435Writer.Write(typeof(IEnumerator).FullName); 2453Writer.Write(typeof(IEnumerator).FullName); 2478Writer.Write(typeof(ICollection).FullName); 2591string fullTypeName = typeof(XmlElement).FullName; 2824Writer.Write(typeof(ICollection).FullName); 2962Writer.Write(typeof(XmlNode).FullName); 2992Writer.Write(cast.FullName); 3097Writer.Write(type.FullName); 3113Writer.Write(type.FullName); 3124Writer.Write(type.FullName); 3130throw new InvalidOperationException(Res.GetString(Res.XmlUnsupportedDefaultType, type.FullName)); 3373writer.WriteLine("static "+typeof(Type).FullName+" "+typeVariable +" = " + elementTypeVariable + ".MakeArrayType();"); 3378writer.Write("static "+typeof(Type).FullName+" "+typeVariable +" = "+assemblyVariable+".GetType("); 3379WriteQuotedCSharpString(type.FullName); 3391writer.WriteLine("static "+typeof(Type).FullName+" "+typeVariable +" = typeof(System.Nullable<>).MakeGenericType(new " + typeof(Type).FullName + "[] {"+parameterTypeVariable+"});"); 3396writer.Write("static "+typeof(Type).FullName+" "+typeVariable +" = "+assemblyVariable+".GetType("); 3397WriteQuotedCSharpString(type.FullName); 3420"object", "string", typeof(Type).FullName, 3421typeof(FieldInfo).FullName, typeof(PropertyInfo).FullName, 3422typeof(MemberInfo).FullName, typeof(MemberTypes).FullName)); 3424WriteDefaultIndexerInit(typeof(IList), typeof(Array).FullName, false, false); 3482writer.Write("static "+ typeof(Assembly).FullName+" "+assemblyVariable+" = "+"ResolveDynamicAssembly("); 3516writer.Write("static "+typeof(MethodInfo).FullName+" "+methodVariable+" = "+typeVariable+".GetMethod("); 3520string bindingFlags = typeof(BindingFlags).FullName; 3534writer.Write("new "+typeof(Type).FullName+"[] { "); 3558writer.Write(typeof(Type[]).FullName); 3615return typeof(Convert).FullName+".ToInt64("+variable+")"; 3616return "(("+typeof(long).FullName+")"+variable+")"; 3674string typeFullName = arrayTypeDesc.IsCollection ? arrayTypeDesc.CSharpName : typeof(Array).FullName; 3703createInstance.Append(typeof(Activator).FullName); 3707string bindingFlags = typeof(BindingFlags).FullName; 3772typeName = typeof(IEnumerable).FullName; 3774typeName = typeof(ICollection).FullName; 3776typeName = typeof(Array).FullName;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
370string source = "((" + typeof(XmlSerializerNamespaces).FullName + ")p[" + xmlnsMember.ToString(CultureInfo.InvariantCulture) + "])"; 1605string fullTypeName = typeof(XmlElement).FullName; 2321if (type.FullName == "System.Xml.Linq.XElement") {
System\Xml\Serialization\XmlSerializer.cs (4)
610throw new InvalidOperationException(Res.GetString(Res.XmlPregenTypeDynamic, type.FullName)); 615throw new ArgumentException(Res.GetString(Res.XmlPregenOrphanType, type.FullName, assembly.Location), "types"); 800throw new InvalidOperationException(Res.GetString(Res.XmlUnxpectedType, primitiveType.FullName)); 871throw new InvalidOperationException(Res.GetString(Res.XmlUnxpectedType, primitiveType.FullName));
System\Xml\Xslt\XslCompiledTransform.cs (3)
244new object[] { typeof(XslCompiledTransform).FullName, Version })); 265if (generatedCodeAttr != null && generatedCodeAttr.Tool == typeof(XslCompiledTransform).FullName) { 298throw new ArgumentException(Res.GetString(Res.Xslt_NotCompiledStylesheet, compiledStylesheet.FullName), "compiledStylesheet");
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
383throw new InvalidOperationException(SR.Get(SRID.EditControlsHaveNoChildren,GetType().FullName));
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (5)
51throw new InvalidOperationException(SR.Get(SRID.InvalidTextRangeOffset,GetType().FullName)); 1091throw new InvalidOperationException(SR.Get(SRID.InvalidTextRangeOffset,GetType().FullName)); 1103throw new InvalidOperationException(SR.Get(SRID.InvalidRangeEndpoint,GetType().FullName)); 1137throw new InvalidOperationException(SR.Get(SRID.InvalidTextRangeOffset,GetType().FullName)); 1168throw new InvalidOperationException(SR.Get(SRID.InvalidTextRangeOffset,GetType().FullName));
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
277throw new InvalidOperationException(SR.Get(SRID.RichEditTextPatternHasNoChildren,GetType().FullName));
WindowsBase (10)
Base\System\Security\Permissions\MediaPermission.cs (1)
400if (className == null || className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) == -1)
Base\System\Security\Permissions\WebBrowserPermission.cs (1)
262if (className == null || className.IndexOf(this.GetType().FullName, StringComparison.Ordinal) == -1)
Base\System\Windows\Freezable.cs (3)
652SR.Get(SRID.Freezable_CantBeFrozen,GetType().FullName)); 2087&& property.OwnerType.FullName == "System.Windows.Media.VisualBrush" 2088&& owner.GetType().FullName != "System.Windows.Media.VisualBrush"; // ResourceDictionaries may not be owned by a VisualBrush.
Base\System\Windows\WeakEventManagerT.cs (1)
31throw new ArgumentException(SR.Get(SRID.EventNotFound, typeof(TEventSource).FullName, eventName));
Shared\MS\Internal\Permissions\InternalPermissions.cs (4)
110element.AddAttribute("class", type.FullName + ", " + AssemblyName); 129throw new ArgumentException( SR.Get(SRID.InvalidPermissionType, this.GetType().FullName), "target"); 145throw new ArgumentException( SR.Get(SRID.InvalidPermissionType, this.GetType().FullName), "target"); 161throw new ArgumentException( SR.Get(SRID.InvalidPermissionType, this.GetType().FullName), "target");
XamlBuildTask (13)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (4)
199throw FxTrace.Exception.AsError(new InvalidOperationException(SR.AttributeParamTypeNotSupported(paramType.UnderlyingType.FullName))); 259return type.FullName + "." + value.ToString(); 263return ((Type)value).FullName; 345paramValue = type.FullName + "." + value;
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (3)
81generatedCodeAttribute = new CodeAttributeDeclaration(new CodeTypeReference(typeof(System.CodeDom.Compiler.GeneratedCodeAttribute).FullName), 259if (attrib != null && language.Equals("VB") && string.Equals(attrib.Type.UnderlyingType.FullName, typeof(DefaultValueAttribute).FullName) && paramInfo.Type == null)
Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs (1)
153typeof(CompilationPass2TaskInternal).FullName);
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
251typeof(PartialClassGenerationTaskInternal).FullName);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (3)
470clrTypeName = xamlType.UnderlyingType != null ? xamlType.UnderlyingType.FullName : null; 546clrTypeName = resolvedType.UnderlyingType.FullName; 695if (extensionType == null || extensionType.GetInterface(typeof(T).FullName) == null)
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (1)
318ValidationError(SR.UnexpectedXamlEventHandlerNotFound(value, definedType.FullName));