Symbols\Source\SourceMemberContainerTypeSymbol.vb (25)
984location = method.Locations(0)
1021location = param.Locations(0)
1046Dim location As Location = param.Locations(0)
1092location = [property].Locations(0)
1128location = [event].Locations(0)
1921Debug.Assert(implParameter.Locations.Length = 1)
1923implParameter.Locations(0),
1942Debug.Assert(implParameter.Locations.Length = 1)
1944implParameter.Locations(0),
2166Debug.Assert(symbolToReportErrorOn.Locations.Length > 0)
2168symbolToReportErrorOn.Locations(0),
2248If typeToTest.Locations.IsEmpty Then
2253Dim typeToTestLocation = typeToTest.Locations(0)
2288CheckDefaultPropertyAgainstAllBases(Me, defaultPropertyName, propertySymbol.Locations(0), diagBag)
2292diagBag.Add(ERRID.ERR_DuplicateDefaultProps1, propertySymbol.Locations(0), GetKindText())
2953symImplicitlyDefinedBy.Locations(0),
2960Binder.ReportDiagnostic(diagBag, sym.Locations(0), ERRID.ERR_ShadowingGenericParamWithMember1, sym.Name)
3054firstAssociatedSymbol.Locations(0),
3074firstAssociatedSymbol.Locations(0),
3090secondSymbol.Locations(0),
3110firstSymbol.Locations(0),
3122firstSymbol.Locations(0),
3581ReportOverloadsErrors(comparisonResults, member, nextMember, member.Locations(0), diagnostics)
3720method), method.Locations(0))
3762ReportOverloadsErrors(comparisonResults, method, nextMethod, method.Locations(0), diagnostics)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (5)
330Binder.ReportDiagnostic(diagnostics, member.Locations(0), ERRID.ERR_MemberConflictWithSynth4,
427Binder.ReportDiagnostic(diagnostics, prop.Locations(0), ERRID.WRN_ComClassPropertySetObject1, prop)
453Binder.ReportDiagnostic(diagnostics, member.Locations(0), ERRID.ERR_ComClassGenericMethod)
494Binder.ReportDiagnostic(diagnostics, target.Locations(0), ERRID.ERR_ComClassReservedDispIdZero1, target.Name)
500Binder.ReportDiagnostic(diagnostics, target.Locations(0), ERRID.ERR_ComClassReservedDispId1, target.Name)