4 instantiations of MissingFieldException
illink (1)
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
283Return New MissingFieldException(Description)
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
509throw new MissingFieldException(SR.MissingField);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
534throw new MissingFieldException(FullName, name);
11 references to MissingFieldException
Microsoft.Build (1)
ExceptionHandling.cs (1)
261|| e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
261|| e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
261|| e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
261|| e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.
MSBuild (1)
ExceptionHandling.cs (1)
261|| e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
261|| e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
364[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingFieldException))]
netstandard (1)
netstandard.cs (1)
1056[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingFieldException))]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\UnsafeAccessorAttribute.cs (1)
47/// method will throw <see cref="MissingFieldException" /> or <see cref="MissingMethodException" />.
src\System\Reflection\RuntimeModule.cs (1)
208catch (MissingFieldException)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
352[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingFieldException))]