Base:
property
ImplementationAttributes
Microsoft.CodeAnalysis.VisualBasic.Symbols.MethodSymbol.ImplementationAttributes
10 references to ImplementationAttributes
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (7)
Emit\NoPiaEmbedTypes.vb (7)
1192Assert.Equal(MethodImplAttributes.Runtime, ctor.ImplementationAttributes) 1208Assert.Equal(MethodImplAttributes.Runtime, begin.ImplementationAttributes) 1224Assert.Equal(MethodImplAttributes.Runtime, [end].ImplementationAttributes) 1239Assert.Equal(MethodImplAttributes.Runtime, invoke.ImplementationAttributes) 1260Assert.Equal(MethodImplAttributes.IL, m13.ImplementationAttributes) 1323Assert.Equal(MethodImplAttributes.IL, m17.ImplementationAttributes) 2954Assert.Equal(MethodImplAttributes.IL Or MethodImplAttributes.PreserveSig, CType(method.ImplementationAttributes, MethodImplAttributes))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Binding\Binder_Statements_Tests.vb (3)
3592DirectCast(m1.GetMembers("TestEnd").Single(), PEMethodSymbol).ImplementationAttributes) 3594DirectCast(m1.GetMembers("TestStop").Single(), PEMethodSymbol).ImplementationAttributes) 3596DirectCast(m1.GetMembers("Dummy").Single(), PEMethodSymbol).ImplementationAttributes)