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