8 references to GetFieldsOfTypeOrThrow
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (6)
814foreach (var fieldDef in module.GetFieldsOfTypeOrThrow(_handle)) 910foreach (var fieldDef in module.GetFieldsOfTypeOrThrow(_handle)) 1030foreach (var handle in this.ContainingPEModule.Module.GetFieldsOfTypeOrThrow(_handle)) 1197foreach (var fieldDef in module.GetFieldsOfTypeOrThrow(_handle)) 1281foreach (var fieldDef in module.GetFieldsOfTypeOrThrow(_handle)) 1908foreach (var fieldRid in module.GetFieldsOfTypeOrThrow(_handle))
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
491For Each fieldDef In peModule.GetFieldsOfTypeOrThrow(_handle) 1140For Each fieldDef In [module].GetFieldsOfTypeOrThrow(_handle)