5 references to SuppressIldasmAttribute
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (2)
90
useDecompiler = !symbol.ContainingAssembly.GetAttributes().Any(static attribute => attribute.AttributeClass?.Name == nameof(
SuppressIldasmAttribute
)
91
&& attribute.AttributeClass.ToNameDisplayString() == typeof(
SuppressIldasmAttribute
).FullName);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
588
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
SuppressIldasmAttribute
))]
netstandard (1)
netstandard.cs (1)
1577
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
SuppressIldasmAttribute
))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
632
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
SuppressIldasmAttribute
))]