4 references to GetCustomAttributes
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenAsyncMainTests.cs (1)
728
=> metadataReader.GetMethodDefinition(handle).
GetCustomAttributes
()
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (2)
486
method.
GetCustomAttributes
().Count == 0)
637
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);