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