9 references to SynthesizeNativeIntegerAttribute
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MethodSymbol.cs (1)
1168
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
408
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\SourceEventSymbol.cs (1)
338
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5332
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, baseType));
Symbols\Source\SourceParameterSymbolBase.cs (1)
102
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1378
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeNativeIntegerAttribute
(this, type.Type));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
70
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)
2100
addIfNotNull(builder, moduleBuilder.
SynthesizeNativeIntegerAttribute
(declaringSymbol, type.Type));