3 references to GetCustomAttributes
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenAsyncMainTests.cs (1)
728
=> metadataReader.GetMethodDefinition(handle).
GetCustomAttributes
()
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
446
method.
GetCustomAttributes
().Count > 0)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
28
public IEnumerable<CustomAttributeData> ComputeTrueCustomAttributes() => MethodDefinition.
GetCustomAttributes
().ToTrueCustomAttributes(_module);