7 references to MissingMethodException
mscorlib (2)
system\rttype.cs (2)
4956throw new MissingMethodException(FullName, name); 4970throw new MissingMethodException(FullName, name);
PresentationFramework (2)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
149throw new MissingMethodException(GetType().Name, name);
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
548throw new MissingMethodException(this.ToString(), memberName);
System.Workflow.Activities (2)
LocalService\CorrelationResolver.cs (2)
324throw new MissingMethodException(interfaceType.AssemblyQualifiedName, methodName); 407throw new MissingMethodException(interfaceType.AssemblyQualifiedName, methodName);
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
524MissingMethodException missingMethod = new MissingMethodException(type.FullName, methodName);