Base:
method
AddSynthesizedAttributes
Microsoft.CodeAnalysis.VisualBasic.Symbol.AddSynthesizedAttributes(Microsoft.CodeAnalysis.VisualBasic.Emit.PEModuleBuilder, ByRef Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder(Of Microsoft.CodeAnalysis.VisualBasic.Symbols.SynthesizedAttributeData))
5 overrides of AddSynthesizedAttributes
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
49Friend Overrides Sub AddSynthesizedAttributes(moduleBuilder As PEModuleBuilder, ByRef attributes As ArrayBuilder(Of SynthesizedAttributeData))
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
199Friend Overrides Sub AddSynthesizedAttributes(moduleBuilder As PEModuleBuilder, ByRef attributes As ArrayBuilder(Of SynthesizedAttributeData))
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (1)
214Friend Overrides Sub AddSynthesizedAttributes(moduleBuilder As PEModuleBuilder, ByRef attributes As ArrayBuilder(Of SynthesizedAttributeData))
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (2)
194Friend Overrides Sub AddSynthesizedAttributes(moduleBuilder As PEModuleBuilder, ByRef attributes As ArrayBuilder(Of SynthesizedAttributeData)) 250Friend Overrides Sub AddSynthesizedAttributes(moduleBuilder As PEModuleBuilder, ByRef attributes As ArrayBuilder(Of SynthesizedAttributeData))
5 references to AddSynthesizedAttributes
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
50MyBase.AddSynthesizedAttributes(moduleBuilder, attributes)
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
200MyBase.AddSynthesizedAttributes(moduleBuilder, attributes)
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (1)
215MyBase.AddSynthesizedAttributes(moduleBuilder, attributes)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (2)
195MyBase.AddSynthesizedAttributes(moduleBuilder, attributes) 251MyBase.AddSynthesizedAttributes(moduleBuilder, attributes)