9 references to SynthesizeNativeIntegerAttribute
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MethodSymbol.cs (1)
1172
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
410
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\SourceEventSymbol.cs (1)
388
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5932
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, baseType));
Symbols\Source\SourceParameterSymbolBase.cs (1)
107
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(parameter, type.Type));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1405
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
72
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
163
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\TypeSymbolExtensions.cs (1)
2101
addIfNotNull(builder, moduleBuilder.
SynthesizeNativeIntegerAttribute
(declaringSymbol, type.Type));