2 writes to _method
Microsoft.CodeAnalysis.CSharp (2)
Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs (2)
18
_method
= method;
24
_method
= original._method;
3 references to _method
Microsoft.CodeAnalysis.CSharp (3)
Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs (3)
24
_method = original.
_method
;
35
UnmanagedCallersOnlyAttributeData? unmanagedCallersOnlyAttributeData =
_method
.GetUnmanagedCallersOnlyAttributeData(forceComplete: true);
44
_method
);