1 write to UnmanagedCallersOnlyAttributePresent
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
366
arguments.GetOrCreateData<MethodEarlyWellKnownAttributeData>().
UnmanagedCallersOnlyAttributePresent
= true;
4 references to UnmanagedCallersOnlyAttributePresent
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (4)
481
return earlyData?.
UnmanagedCallersOnlyAttributePresent
== true
493
Debug.Assert(earlyData is {
UnmanagedCallersOnlyAttributePresent
: true });
495
else if (earlyData is null or {
UnmanagedCallersOnlyAttributePresent
: false })
979
if (_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData {
UnmanagedCallersOnlyAttributePresent
: true })