8 references to EnsureNativeIntegerAttributeExists
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\UnboundLambda.cs (1)
831
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, lambdaSymbol.DiagnosticLocation, modifyCompilation: false);
Symbols\Source\ParameterHelpers.cs (1)
312
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, GetParameterLocation(parameter), modifyCompilation);
Symbols\Source\SourceEventSymbol.cs (1)
758
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, location, modifyCompilation: true);
Symbols\Source\SourceFieldSymbol.cs (1)
146
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, location, modifyCompilation: true);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1833
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, location, modifyCompilation: true);
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
252
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, getReturnTypeLocation(), modifyCompilation: true);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1035
compilation.
EnsureNativeIntegerAttributeExists
(diagnostics, location, modifyCompilation: true);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
308
DeclaringCompilation.
EnsureNativeIntegerAttributeExists
(diagnostics, getLocation(), ModifyCompilationForAttributeEmbedding());