10 references to AttributePresentDataNotBound
Microsoft.CodeAnalysis.CSharp (8)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
692
Debug.Assert(!ReferenceEquals(unmanagedCallersOnlyData, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
)
Compilation\CSharpCompilation.cs (1)
2129
Debug.Assert(!ReferenceEquals(data, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
));
Errors\LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs (1)
37
Debug.Assert(!ReferenceEquals(unmanagedCallersOnlyAttributeData, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
));
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
1499
Debug.Assert(!ReferenceEquals(data, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
));
1673
&& !ReferenceEquals(unmanagedCallersOnlyData, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
));
Symbols\MethodSymbol.cs (1)
117
/// <see cref="UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
"/> will be returned, respectively.
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
234
|| ReferenceEquals(data, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
481
? UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
8068
Assert.NotSame(unmanagedData, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
);
8744
Assert.NotSame(unmanagedData, UnmanagedCallersOnlyAttributeData.
AttributePresentDataNotBound
);